Skip to content

Commit 08db7bd

Browse files
authored
Merge pull request #42 from mc-cc-scripts/Changed-Config---Verbose-Default
Changed the verbose to false, to reduce clutter on every programstart
2 parents 6c14ecd + 2346c8a commit 08db7bd

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)