remove print statement

This commit is contained in:
rolux 2013-03-01 11:19:19 +00:00
parent abac8e71e3
commit 2acfa59ba6

View file

@ -16,8 +16,6 @@ pandora.ui.textPanel = function() {
pandora.api.getText({id: pandora.user.ui.text}, function(result) {
Ox.print('TEXT:', result.data);
var text = result.data;
embedURLs = text.type == 'html'
? getEmbedURLs(text.text)