Skip to content

Commit

Permalink
Deleted left over console log
Browse files Browse the repository at this point in the history
  • Loading branch information
simpulton committed Jan 1, 2013
1 parent 45b736d commit bf6d387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/collab-board.js
Expand Up @@ -86,7 +86,6 @@ app.controller('MainCtrl', function($scope, socket) {
// Incoming
socket.on('onNoteCreated', function(data) {
$scope.notes.push(data);
console.log('ON NOTE CREATED');
});

socket.on('onNoteUpdated', function(data) {
Expand Down

0 comments on commit bf6d387

Please sign in to comment.