Removed alert

This commit is contained in:
Max Lynch
2015-09-30 16:59:31 -05:00
parent b66fc45a20
commit 8ef7a67f55

View File

@ -67,8 +67,8 @@ export class IonicApp {
}); });
window.addEventListener('statusTap', (event) => { window.addEventListener('statusTap', (event) => {
alert('Status tap!'); //alert('Status tap!');
console.log(event); //console.log(event);
}) })
} }