We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3295d commit 8371183Copy full SHA for 8371183
src/pat/inject/inject.js
@@ -87,9 +87,9 @@ const inject = {
87
}
88
if (cfgs[0].pushMarker) {
89
$("body").on("push", (event, data) => {
90
- console.log("received push message: " + data);
+ log.debug("received push message: " + data);
91
if (data == cfgs[0].pushMarker) {
92
- console.log("re-injecting " + data);
+ log.debug("re-injecting " + data);
93
this.onTrigger({ target: $el[0] });
94
95
});
0 commit comments