forked from 0x2620/pandora
remove print statement
This commit is contained in:
parent
abac8e71e3
commit
2acfa59ba6
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ pandora.ui.textPanel = function() {
|
||||||
|
|
||||||
pandora.api.getText({id: pandora.user.ui.text}, function(result) {
|
pandora.api.getText({id: pandora.user.ui.text}, function(result) {
|
||||||
|
|
||||||
Ox.print('TEXT:', result.data);
|
|
||||||
|
|
||||||
var text = result.data;
|
var text = result.data;
|
||||||
embedURLs = text.type == 'html'
|
embedURLs = text.type == 'html'
|
||||||
? getEmbedURLs(text.text)
|
? getEmbedURLs(text.text)
|
||||||
|
|
Loading…
Reference in a new issue