Skip to content

Commit 2346c8a

Browse files
committed
perf: Verbose = false
1 parent 6c14ecd commit 2346c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/scm/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ do
2525
["configDirectory"] = "config/",
2626
["configFile"] = "scm-config.json",
2727
["scriptFile"] = "scm-scripts.json", -- will be saved in configDirectory as well
28-
["verbose"] = true,
28+
["verbose"] = false,
2929
["printPrefix"] = "[scm] ",
3030
["logDate"] = false,
3131
["writeLogFile"] = false,

0 commit comments

Comments
 (0)