From 49d5c630e4b8e2f615674e8be63be9cdc23afbbb Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 27 May 2015 13:41:09 +0200 Subject: [PATCH] small change --- mix/qml/html/codeeditor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mix/qml/html/codeeditor.js b/mix/qml/html/codeeditor.js index 151eb2c29..cabab107b 100644 --- a/mix/qml/html/codeeditor.js +++ b/mix/qml/html/codeeditor.js @@ -210,7 +210,6 @@ setFontSize = function(size) makeGasCostMarker = function(value) { var marker = document.createElement("div"); - //marker.style.color = "#822"; marker.innerHTML = value; marker.className = "CodeMirror-gasCost"; return marker;