Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
easylogic committed Apr 18, 2017
1 parent 76fca36 commit 342788f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/colorpicker/colorview.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@
}

codemirror_colorpicker.prototype.render = function (cursor, lineNo, lineHandle, color, nameColor) {
console.log(color, nameColor);
var start = lineHandle.text.indexOf(color, cursor.next);

cursor.next = start + color.length;
Expand Down

0 comments on commit 342788f

Please sign in to comment.