mirror of https://gitee.com/bigwinds/arangodb
remove dead reference to jqconsole
This commit is contained in:
parent
1199f6d06e
commit
16a1fabf20
|
@ -1,5 +1,5 @@
|
||||||
/* jshint -W051:true */
|
/* jshint -W051:true */
|
||||||
/* global jqconsole, Symbol */
|
/* global Symbol */
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
global.DEFINE_MODULE('console', (function () {
|
global.DEFINE_MODULE('console', (function () {
|
||||||
'use strict'
|
'use strict'
|
||||||
|
@ -66,11 +66,7 @@ global.DEFINE_MODULE('console', (function () {
|
||||||
delete global.SYS_LOG;
|
delete global.SYS_LOG;
|
||||||
} else {
|
} else {
|
||||||
// this will work in the web interface
|
// this will work in the web interface
|
||||||
log = function (level, message) {
|
log = function (level, message) {};
|
||||||
if (typeof jqconsole !== 'undefined') {
|
|
||||||
jqconsole.Write(message + '\n', 'jssuccess');
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// //////////////////////////////////////////////////////////////////////////////
|
// //////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue