mirror of https://github.com/apache/cloudstack.git
bug 11319: turn-off debug-time logger window
This commit is contained in:
parent
d576e241a1
commit
6be6b6237b
|
|
@ -236,8 +236,9 @@ function AjaxViewer(panelId, imageUrl, updateUrl, tileMap, width, height, tileWi
|
|||
// however, a back door key-sequence can trigger to open the logger window, it is designed to help
|
||||
// trouble-shooting
|
||||
g_logger = new Logger();
|
||||
g_logger.enable(true);
|
||||
g_logger.open();
|
||||
|
||||
// g_logger.enable(true);
|
||||
// g_logger.open();
|
||||
|
||||
var ajaxViewer = this;
|
||||
this.imageLoaded = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue