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 b3ed9305b1dd283977703fdf5afeeeca9cc73dc7..fcdf9497007c6b72a2b4a1fddad5653c7c001c76 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';
 						}