Skip to content
Snippets Groups Projects
Commit df389bd7 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fix recursive call to log

parent a3997041
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
logInfo: function(message) { logInfo: function(message) {
if(CommonUtilLocal.CONST_DEBUG){ if(CommonUtilLocal.CONST_DEBUG){
CommonUtil.logInfo(message); console.info(message);
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment