Commit 34f47682 34f47682fcecb1bd17319a03cc2890b3ec062ce8 by Nicolas Perriault

removed unused variable assignment

1 parent 527b776a
......@@ -238,7 +238,6 @@ phantom.onError = function phantom_onError(msg, backtrace) {
if (match && match.length === 4) {
notices.push(' in module ' + match[2]);
notices.push(' NOTICE: errors within modules cannot be backtraced yet.');
cls = match[1];
msg = match[3];
}
console.error(c.colorize(msg, 'RED_BAR', 80));
......