diff --git a/static/js/pandora.js b/static/js/pandora.js
index 0e4066e7..ef8c91c8 100644
--- a/static/js/pandora.js
+++ b/static/js/pandora.js
@@ -322,7 +322,6 @@ appPanel
}
},
seturl: function(data) {
- Ox.print('SET URL', data.url);
if (pandora.isEmbedURL(data.url)) {
pandora.URL.push(data.url);
}
diff --git a/static/js/pandora/embedError.js b/static/js/pandora/embedError.js
index 62904302..63c62cb2 100644
--- a/static/js/pandora/embedError.js
+++ b/static/js/pandora/embedError.js
@@ -34,7 +34,7 @@ pandora.ui.embedError = function(notImplemented) {
.css({marginTop: '4px', fontSize: '9px', textAlign: 'center'})
.html(
notImplemented
- ? 'This view is
not implemented.'
+ ? 'This view is not
implemented.'
: 'This view cannot
be embedded.'
)
)