@smallstack/core-common
Advanced tools
Comparing version 1.124.4 to 1.124.5
{ | ||
"name": "@smallstack/core-common", | ||
"version": "1.124.4", | ||
"version": "1.124.5", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -99,5 +99,5 @@ "use strict"; | ||
loggingModule(level, moduleName) { | ||
if (level === "debug" && this.getDebugModules().indexOf(moduleName) === -1) | ||
return false; | ||
return true; | ||
// if (level === "debug" && this.getDebugModules().indexOf(moduleName) === -1) return false; | ||
// return true; | ||
} | ||
@@ -104,0 +104,0 @@ // tslint:disable:no-console |
Sorry, the diff of this file is not supported yet
46387