Skip to content

Commit

Permalink
Removed console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabp92 committed May 11, 2020
1 parent 086fdca commit a2a126a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/ScriptLoader.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logger from "../utils/logUtil";
function ScriptLoader(id, src) {
logger.debug("in script loader=== " + id);
console.log("in script loader=== " + id);
let js = document.createElement("script");
js.src = src;
js.type = "text/javascript";
Expand Down

0 comments on commit a2a126a

Please sign in to comment.