Skip to content

Commit 8371183

Browse files
committed
pat-inject: Change log messages to log.debug
1 parent ae3295d commit 8371183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pat/inject/inject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ const inject = {
8787
}
8888
if (cfgs[0].pushMarker) {
8989
$("body").on("push", (event, data) => {
90-
console.log("received push message: " + data);
90+
log.debug("received push message: " + data);
9191
if (data == cfgs[0].pushMarker) {
92-
console.log("re-injecting " + data);
92+
log.debug("re-injecting " + data);
9393
this.onTrigger({ target: $el[0] });
9494
}
9595
});

0 commit comments

Comments
 (0)