From ca95b5c42b174be1e3c8b4c5fa67cca50050674b Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 9 Jun 2017 12:31:07 +0200 Subject: [PATCH] Remove unused console.log --- www/common/common-title.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/common-title.js b/www/common/common-title.js index f5485d86d..226dc1b34 100644 --- a/www/common/common-title.js +++ b/www/common/common-title.js @@ -40,7 +40,6 @@ define(function () { var renameCb = function (err, newTitle) { if (err) { return; } updateLocalTitle(newTitle); - console.log('here'); onLocal(); };