remove console.log and re-grunt

This commit is contained in:
Barbara Borges Ribeiro
2017-01-26 03:20:29 +00:00
parent bbbfacb4b2
commit ed704afc07
5 changed files with 4 additions and 6 deletions

View File

@@ -739,7 +739,6 @@ var ShinyApp = function() {
});
addMessageHandler('user', function(message) {
console.log(message.userId);
exports.user = message.userId;
});
// Progress reporting ====================================================