Skip to content

Commit 5c8cf10

Browse files
committed
Removed dev statement from TrakerrClient
Commented out a debug statement for now.
1 parent bc8de7c commit 5c8cf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
break;
222222
}
223223

224-
document.getElementById("outputhook").innerHTML = "I'm a browser!";
224+
//document.getElementById("outputhook").innerHTML = "I'm a browser!"; Debug statement. Commented out for hotfix
225225
_this.contextEnvVersion = navigator.userAgent;
226226
_this.contextAppOS = os;
227227
_this.contextAppOSVersion = osVersion;

0 commit comments

Comments
 (0)