Skip to content

Commit

Permalink
Re-enable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Azoff committed Jun 23, 2012
1 parent 21241cf commit 9f80005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/spain.js/index.html
Expand Up @@ -48,6 +48,7 @@
load: '../../src/client/tacion.js',
complete: function(){
tacion.start('.');

// Enable pusher logging - don't include this in production
Pusher.log = function(message) {
if (window.console && window.console.log) window.console.log(message);
Expand Down

0 comments on commit 9f80005

Please sign in to comment.