remove extra logging

This commit is contained in:
Vadim Lopatin 2015-12-17 20:22:12 +03:00
parent 439033c397
commit e2a0e6e829
1 changed files with 0 additions and 1 deletions

View File

@ -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;