Skip to content

Commit 96ba075

Browse files
committed
Removed debugging statement
1 parent e86a3a3 commit 96ba075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dtutils/file.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ end
5959

6060
local function _is_windows_executable(path)
6161
local result = false
62-
dt.print_log("in -is_windows_executable")
6362
if dtutils_file.test_file(path, "f") then
6463
if string.match(path, ".exe$") or string.match(path, ".EXE$") or
6564
string.match(path, ".com$") or string.match(path, ".COM$") or

0 commit comments

Comments
 (0)