From 2acfa59ba6a4e17b627bedf1f59e1b3350f81410 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 1 Mar 2013 11:19:19 +0000 Subject: [PATCH] remove print statement --- static/js/pandora/textPanel.js | 2 -- 1 file changed, 2 deletions(-) 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)