diff --git a/static/js/pandora/textPanel.js b/static/js/pandora/textPanel.js index dcd077089..88cf86334 100644 --- a/static/js/pandora/textPanel.js +++ b/static/js/pandora/textPanel.js @@ -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)