[Pkg-javascript-commits] [sockjs-client] 199/350: Fix console.log

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit a8a05b88bccb5b92e6df7b12844cf73047a820d1
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Mon Oct 20 15:44:47 2014 -0400

    Fix console.log
---
 lib/utils/iframe.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/utils/iframe.js b/lib/utils/iframe.js
index 2b1d084..0fa4c46 100644
--- a/lib/utils/iframe.js
+++ b/lib/utils/iframe.js
@@ -28,7 +28,7 @@ module.exports = {
       , data: data || ''
       }), '*');
     } else {
-      console.log('Cannot postMessage, no parent window.', type, data);
+      debug('Cannot postMessage, no parent window.', type, data);
     }
   }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list