Skip to content
Snippets Groups Projects
Commit 8fe4bf35 authored by uhensler's avatar uhensler
Browse files

ni-jira: Unnecessary console.log() removed

parent 20d404c6
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,8 @@
var waitForLoad = function() {
if (typeof DocsAPI != "undefined") {
var apiConfig = $apiConfig;
console.log("befor");
if ($mobileEnabled) {
var mobile = window.matchMedia("$mobileQuery").matches;
console.log("mobile " + mobile);
if (mobile) {
apiConfig.type = 'mobile';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment