From 13dc77b7f645c5999d2a2705d2fbcf5f8de8dff9 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 15 Apr 2016 18:16:54 +0200 Subject: [PATCH] remove commented line --- www/common/RealtimeTextSocket.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/RealtimeTextSocket.js b/www/common/RealtimeTextSocket.js index 4821ce454..944d7f84a 100644 --- a/www/common/RealtimeTextSocket.js +++ b/www/common/RealtimeTextSocket.js @@ -209,7 +209,6 @@ define([ if (config.onRemote) { config.onRemote({ realtime: realtime - //realtime.getUserDoc() }); } });