Skip to content

Commit

Permalink
uodate: logs is already an array
Browse files Browse the repository at this point in the history
  • Loading branch information
mirreal committed Jun 20, 2017
1 parent 24c280b commit fd93adc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/log/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,6 @@ class VConsoleLogTab extends VConsolePlugin {
return;
}

// convert logs to a real array
logs = [].slice.call(logs || []);

// check `[default]` format
let shouldBeHere = true;
let pattern = /^\[(\w+)\] ?/i;
Expand Down

0 comments on commit fd93adc

Please sign in to comment.