From 4b602ce37fc92179cd25ba70e327a2b738bc5c55 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 20 Oct 2021 16:22:51 +0530 Subject: [PATCH] remove debugging log statement --- www/common/drive-ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index b0fc111fa..0781e8c40 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -1309,7 +1309,6 @@ define([ } if (metadata && /\/(doc|presentation|sheet)\//.test(metadata.href)) { - console.error(metadata); // XXX hide.push('openinsheet'); hide.push('openindoc'); hide.push('openinpresentation');