Skip to content

Commit e86a3a3

Browse files
committed
[file.lua] removed debugging statement
1 parent b41b2a1 commit e86a3a3

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
@@ -379,7 +379,6 @@ dtutils_file.libdoc.functions["check_if_bin_exists"] = {
379379
}
380380

381381
function dtutils_file.check_if_bin_exists(bin)
382-
dt.print_log("in check_if_bin_exists")
383382
local result = false
384383

385384
if dt.configuration.running_os == "windows" and dt.preferences.read("dtutils.file", "use_old_check_if_bin_exists", "bool") then

0 commit comments

Comments
 (0)