From 8fe4bf352719961df42a2b41221f6ace40b9c180 Mon Sep 17 00:00:00 2001 From: uhensler <urs.hensler@frentix.com> Date: Mon, 2 Nov 2020 07:44:05 +0100 Subject: [PATCH] ni-jira: Unnecessary console.log() removed --- .../services/doceditor/onlyoffice/ui/_content/editor.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_content/editor.html b/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_content/editor.html index b3ed9305b1d..fcdf9497007 100644 --- a/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_content/editor.html +++ b/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_content/editor.html @@ -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'; } -- GitLab