We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca625e commit 437e7e9Copy full SHA for 437e7e9
src/ttmp32gme.pl
@@ -39,7 +39,7 @@ package main;
39
40
# Declare globals... I know tisk tisk
41
my ( $dbh, %config, $watchers, %templates, $static, %assets, $httpd, $debug );
42
-$debug = 1;
+$debug = 0;
43
44
# Encapsulate configuration code
45
{
0 commit comments