mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(activator): remove console.log
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
}
|
||||
|
||||
function activateElements() {
|
||||
console.log('ACTIVATING');
|
||||
// console.log('ACTIVATING');
|
||||
// activate all elements in the queue
|
||||
for(var key in queueElements) {
|
||||
if(queueElements[key]) {
|
||||
|
||||
Reference in New Issue
Block a user