mirror of https://github.com/buggins/dlangui.git
remove extra logging
This commit is contained in:
parent
439033c397
commit
e2a0e6e829
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue