diff options
author | John McLear <john@mclear.co.uk> | 2015-01-19 02:59:17 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-01-19 02:59:17 +0000 |
commit | 4f637befeb449fc7e401b8a2a6624d288da86633 (patch) | |
tree | a0a2fdb44f4cb408e75e5069bedf060f6c0162ad /src/node/db | |
parent | 85fffbe14ce5ca6f205434ce42b98eb4de12b6d6 (diff) | |
download | etherpad-lite-4f637befeb449fc7e401b8a2a6624d288da86633.zip |
more fixing
Diffstat (limited to 'src/node/db')
-rw-r--r-- | src/node/db/API.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node/db/API.js b/src/node/db/API.js index 07127309..81dedcfe 100644 --- a/src/node/db/API.js +++ b/src/node/db/API.js @@ -420,10 +420,6 @@ exports.setHTML = function(padID, html, callback) return; } }); - - //update the clients on the pad - padMessageHandler.updatePadClients(pad, callback); - }); } |