Skip to content

Commit

Permalink
Merge branch 'minorCleanup' into 'nemo_embedlite_38'
Browse files Browse the repository at this point in the history
Remove dump that might trigger errors to log

Furthermore, this dump doesn't add value

See merge request !15
  • Loading branch information
rainemak committed Jun 15, 2016
2 parents aeae934 + 2c38739 commit 6291315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsscripts/embedhelper.js
Expand Up @@ -130,7 +130,6 @@ EmbedHelper.prototype = {

observe: function(aSubject, aTopic, data) {
// Ignore notifications not about our document.
dump("observe topic:" + aTopic + "\n");
switch (aTopic) {
case "embedlite-before-first-paint":
// Is it on the top level?
Expand Down

0 comments on commit 6291315

Please sign in to comment.