From 59a80d5fdec2c4ad7bd97063cfc1d74a5534a143 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 27 Mar 2017 12:08:19 +0200 Subject: [PATCH] remove silly TODO --- www/common/toolbar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 0b23d213b..204aaf6f0 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -497,7 +497,6 @@ define([ if (newName === null && typeof(lastName) === "string") { return; } if (newName === null) { newName = ''; } Cryptpad.changeDisplayName(newName); - //config.userName.setName(newName); TODO }); }); });