diff options
author | John McLear <john@mclear.co.uk> | 2013-12-09 10:49:57 -0800 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-12-09 10:49:57 -0800 |
commit | 24e96c4f8bc2b7b72644d0f2e68d8a58726c3cf9 (patch) | |
tree | 6217018cbe04d6bef426ce69d6ed0b1ac4f446d7 /src/node/handler | |
parent | 438f3fc717e1441698a49196500fc242377f484c (diff) | |
parent | 77cf2aafacf859b053ee2d704f6b2ce0d4df5a71 (diff) | |
download | etherpad-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.js | 2 |
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": { |