turn-off temporary debugging stuff

This commit is contained in:
Kelven Yang 2011-08-31 18:17:00 -07:00
parent 8b5f2c758e
commit 4ea0256959

View File

@ -204,8 +204,8 @@ function AjaxViewer(panelId, imageUrl, updateUrl, tileMap, width, height, tileWi
// trouble-shooting
g_logger = new Logger();
g_logger.enable(true);
g_logger.open();
g_logger.log(Logger.LEVEL_INFO, 'rawKeyboard: ' + rawKeyboard);
// g_logger.open();
// g_logger.log(Logger.LEVEL_INFO, 'rawKeyboard: ' + rawKeyboard);
var ajaxViewer = this;
this.rawKeyboard = rawKeyboard;