Skip to content

Commit 437e7e9

Browse files
committed
disabled debugging
1 parent 4ca625e commit 437e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ttmp32gme.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ package main;
3939

4040
# Declare globals... I know tisk tisk
4141
my ( $dbh, %config, $watchers, %templates, $static, %assets, $httpd, $debug );
42-
$debug = 1;
42+
$debug = 0;
4343

4444
# Encapsulate configuration code
4545
{

0 commit comments

Comments
 (0)