pari: branch 2.0 r3693 - /branches/2.0/config/js/astman.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Aug 20 15:52:04 CDT 2008
    
    
  
Author: pari
Date: Wed Aug 20 15:52:03 2008
New Revision: 3693
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3693
Log:
 removing some firebug debug msgs
Modified:
    branches/2.0/config/js/astman.js
Modified: branches/2.0/config/js/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/astman.js?view=diff&rev=3693&r1=3692&r2=3693
==============================================================================
--- branches/2.0/config/js/astman.js (original)
+++ branches/2.0/config/js/astman.js Wed Aug 20 15:52:03 2008
@@ -373,9 +373,6 @@
 			var s = ASTGUI.cliCommand('database get '+ k.dbname + ' ' + k.key);
 			if( s.contains('entry not found')) return null;
 			var op = ASTGUI.parseCLIResponse( s );
-			console.log('**');
-			console.log(op);
-			console.log('**');
 			op = op.trim();
 			op = op.withOut('Value:')
 			return op.trim();
    
    
More information about the asterisk-gui-commits
mailing list