embedError: cosmetic changes; remove a print statement

This commit is contained in:
rolux 2013-03-01 18:58:38 +05:30
commit 826e62667a
2 changed files with 1 additions and 2 deletions

View file

@ -322,7 +322,6 @@ appPanel
}
},
seturl: function(data) {
Ox.print('SET URL', data.url);
if (pandora.isEmbedURL(data.url)) {
pandora.URL.push(data.url);
}