Skip to content

Commit

Permalink
fix(plugin-board): remove unneeded console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hewett committed Nov 28, 2016
1 parent 6e92d2e commit bc019b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/spec/services/conversation/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,6 @@ describe('Services', function() {
})
.then(function(a) {
whiteboardActivity = a;
console.log('glh whiteboardActivity', a.object.files.items);
});
});

Expand Down

0 comments on commit bc019b6

Please sign in to comment.