Aside fix

This commit is contained in:
Max Lynch
2015-08-28 15:54:57 -05:00
parent e4fe8d496e
commit 067179d1cc
2 changed files with 0 additions and 3 deletions

View File

@ -90,8 +90,6 @@ export class IonicApp {
*/
register(key, component) {
this.components[key] = component;
console.log('Registered', key, component);
// TODO(mlynch): We need to track the lifecycle of this component to remove it onDehydrate
}
/**

View File

@ -133,7 +133,6 @@ export class Aside extends Ion {
* @param {boolean} isChanging TODO
*/
setChanging(isChanging) {
console.log('Set changing', isChanging, this.isChanging);
// Stop any last changing end operations
clearTimeout(this.setChangeTimeout);