remove debug
This commit is contained in:
parent
515a6d23f6
commit
3b21d6b446
1 changed files with 0 additions and 1 deletions
|
@ -535,7 +535,6 @@ oml.ui.infoView = function(identifyData) {
|
||||||
$('<span>')
|
$('<span>')
|
||||||
.html(formatKey(key))
|
.html(formatKey(key))
|
||||||
.appendTo($div);
|
.appendTo($div);
|
||||||
Ox.print('colors', key, data[key])
|
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
clickLink: oml.clickLink,
|
clickLink: oml.clickLink,
|
||||||
editable: isEditable,
|
editable: isEditable,
|
||||||
|
|
Loading…
Reference in a new issue