Skip to content

Commit

Permalink
fix: delete console
Browse files Browse the repository at this point in the history
  • Loading branch information
MriLiuJY committed Aug 1, 2019
1 parent 0a9cea1 commit 192d2f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/initMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ InitMonitor.prototype = {
*/
record({
emit(event) {
console.log(event);
self._eventCenter._setRecord(event);
}
});
Expand Down

0 comments on commit 192d2f3

Please sign in to comment.