remove print statement
This commit is contained in:
parent
09687f0cd7
commit
c9da0f8495
1 changed files with 0 additions and 2 deletions
|
@ -349,8 +349,6 @@ oml.ui.infoView = function(externalData, isMixed) {
|
||||||
size = iconSize,
|
size = iconSize,
|
||||||
reflectionSize = Math.round(size / 2);
|
reflectionSize = Math.round(size / 2);
|
||||||
|
|
||||||
Ox.print('SRC', src);
|
|
||||||
|
|
||||||
$elements.forEach(function($element) {
|
$elements.forEach(function($element) {
|
||||||
|
|
||||||
$element.empty();
|
$element.empty();
|
||||||
|
|
Loading…
Reference in a new issue