more fixing

This commit is contained in:
John McLear 2015-01-19 02:59:17 +00:00
parent 85fffbe14c
commit 4f637befeb
1 changed files with 0 additions and 4 deletions

View File

@ -420,10 +420,6 @@ exports.setHTML = function(padID, html, callback)
return;
}
});
//update the clients on the pad
padMessageHandler.updatePadClients(pad, callback);
});
}