Cleanup themeManager

This commit is contained in:
Mo Bitar
2018-01-21 10:37:00 -06:00
parent 6aa94dfca2
commit 12ada8eb00
3 changed files with 1 additions and 77 deletions

View File

@@ -20,10 +20,6 @@ class ComponentManager {
this.handlers = [];
// $rootScope.$on("theme-changed", function(){
// this.postThemeToAllComponents();
// }.bind(this))
window.addEventListener("message", function(event){
if(this.loggingEnabled) {
console.log("Web app: received message", event);