remove console.log

This commit is contained in:
nightwing 2013-03-30 19:57:10 +04:00
commit 61155649b9

View file

@ -177,7 +177,7 @@ AceEmmetEditor.prototype = {
return ch;
}
});
console.log(value)
value = tabstopData.text;
var firstTabStop = tabstopData.tabstops[0];