From e2a0e6e82964e257522017a0c301fdbfe6eacd64 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 17 Dec 2015 20:22:12 +0300 Subject: [PATCH] remove extra logging --- src/dlangui/core/files.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dlangui/core/files.d b/src/dlangui/core/files.d index 21ce71ca..b74d7f18 100644 --- a/src/dlangui/core/files.d +++ b/src/dlangui/core/files.d @@ -226,7 +226,6 @@ bool listDirectory(string dir, bool includeDirs, bool includeFiles, bool showHid || e.name.endsWith(".bat") || e.name.endsWith(".BAT"); } else version (posix) { // execute permission for others - Log.d("file attributes for ", e.name, " are %04x".format(e.attributes)); passed = (e.attributes & attr_mask) != 0; } else version(OSX) { passed = (e.attributes & attr_mask) != 0;