Remove warning, not needed

This commit is contained in:
Nathan Gray 2011-08-31 19:48:07 +00:00
parent 54cf0cbf26
commit c953c58b17

View File

@ -68,7 +68,6 @@ var et2_image = et2_baseWidget.extend({
set_src: function(_value) {
if(!this.isInTree())
{
console.warn(this.image[0], " not in tree");
return;
}
this.options.src = _value;