Browse Source

Removed debug.

pull/12/head
Simon Eisenmann 11 years ago
parent
commit
227e18d4df
  1. 1
      static/js/directives/page.js

1
static/js/directives/page.js

@ -37,7 +37,6 @@ define(['text!partials/page.html', 'text!partials/page/welcome.html'], function( @@ -37,7 +37,6 @@ define(['text!partials/page.html', 'text!partials/page/welcome.html'], function(
});
scope.$on("room", function(event, room) {
console.log("aaa roomStatus", room !== null ? true : false);
scope.initialized = true;
scope.room = room !== null ? true : false;
scope.refresh();

Loading…
Cancel
Save