Browse Source

Turn off debug info.

Mark Crane 12 years ago
parent
commit
7b705924c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      includes/install/scripts/voicemail.lua

+ 1 - 1
includes/install/scripts/voicemail.lua

@@ -37,7 +37,7 @@
 	direct_dial["max_digits"] = 4;
 	direct_dial["max_digits"] = 4;
 
 
 --debug
 --debug
-	debug["info"] = true;
+	debug["info"] = false;
 	debug["sql"] = false;
 	debug["sql"] = false;
 
 
 --get the argv values
 --get the argv values