mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Remove console.log as this breaks tests
This commit is contained in:
parent
03d8627436
commit
79a4ee1804
@ -40,7 +40,6 @@ define([
|
|||||||
};
|
};
|
||||||
|
|
||||||
var loadModuleScript = function(name) {
|
var loadModuleScript = function(name) {
|
||||||
console.log("Loading ", name);
|
|
||||||
moduleMgr.enableModule("modules/"+name+"/"+name, function(error) {
|
moduleMgr.enableModule("modules/"+name+"/"+name, function(error) {
|
||||||
failedModules.push({
|
failedModules.push({
|
||||||
name: name,
|
name: name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user