summaryrefslogtreecommitdiff
path: root/src/node/db
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-01-19 02:59:17 +0000
committerJohn McLear <john@mclear.co.uk>2015-01-19 02:59:17 +0000
commit4f637befeb449fc7e401b8a2a6624d288da86633 (patch)
treea0a2fdb44f4cb408e75e5069bedf060f6c0162ad /src/node/db
parent85fffbe14ce5ca6f205434ce42b98eb4de12b6d6 (diff)
downloadetherpad-lite-4f637befeb449fc7e401b8a2a6624d288da86633.zip
more fixing
Diffstat (limited to 'src/node/db')
-rw-r--r--src/node/db/API.js4
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);
-
});
}