diff options
| author | Paul Buetow <paul@buetow.org> | 2011-08-06 20:18:40 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-08-06 20:18:40 +0000 |
| commit | a63b2f95abbb830f3e8ef3cdbd783667dfc9daa1 (patch) | |
| tree | 1b651187486e1eb4a1a84e5361de7fbf1efb35f3 | |
| parent | 08a6cac761bb79d07d906beeda5ca88697d056ef (diff) | |
Removed debugging
| -rwxr-xr-x | loadbars.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl index f5334ad..f984c17 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -68,7 +68,7 @@ use constant { USER_ORANGE => 70, USER_YELLOW0 => 50, NULL => 0, - DEBUG => 1, + DEBUG => 0, }; $| = 1; |
