summaryrefslogtreecommitdiff
path: root/src/node/handler
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-12-09 10:49:57 -0800
committerJohn McLear <john@mclear.co.uk>2013-12-09 10:49:57 -0800
commit24e96c4f8bc2b7b72644d0f2e68d8a58726c3cf9 (patch)
tree6217018cbe04d6bef426ce69d6ed0b1ac4f446d7 /src/node/handler
parent438f3fc717e1441698a49196500fc242377f484c (diff)
parent77cf2aafacf859b053ee2d704f6b2ce0d4df5a71 (diff)
downloadetherpad-lite-24e96c4f8bc2b7b72644d0f2e68d8a58726c3cf9.zip
Merge pull request #2028 from webzwo0i/remove-deadcode
Remove deadcode
Diffstat (limited to 'src/node/handler')
-rw-r--r--src/node/handler/PadMessageHandler.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node/handler/PadMessageHandler.js b/src/node/handler/PadMessageHandler.js
index 75ec6bd7..748b8382 100644
--- a/src/node/handler/PadMessageHandler.js
+++ b/src/node/handler/PadMessageHandler.js
@@ -1076,7 +1076,6 @@ function handleClientReady(client, message)
"historicalAuthorData": historicalAuthorData,
"apool": apool,
"rev": pad.getHeadRevisionNumber(),
- "globalPadId": message.padId,
"time": currentTime,
},
"colorPalette": authorManager.getColorPalette(),
@@ -1093,7 +1092,6 @@ function handleClientReady(client, message)
"readOnlyId": padIds.readOnlyPadId,
"readonly": padIds.readonly,
"serverTimestamp": new Date().getTime(),
- "globalPadId": message.padId,
"userId": author,
"abiwordAvailable": settings.abiwordAvailable(),
"plugins": {