mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
remove stray console.logs
This commit is contained in:
parent
511026ed3f
commit
c190e8cd67
3 changed files with 0 additions and 6 deletions
|
|
@ -48,10 +48,6 @@ Template.ionBody.rendered = function () {
|
|||
};
|
||||
|
||||
Template.ionBody.events({
|
||||
'statusTap': function () {
|
||||
console.log('ionBody.statusTap');
|
||||
},
|
||||
|
||||
'click [data-ion-modal]': function (event, template) {
|
||||
var templateName = $(event.currentTarget).data('ion-modal');
|
||||
IonModal.open(templateName, $(event.currentTarget).data());
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ Template.ionHeaderBar.created = function () {
|
|||
};
|
||||
|
||||
Template.ionHeaderBar.rendered = function () {
|
||||
console.log('rendered', this);
|
||||
Session.set('hasHeader', true);
|
||||
IonHeaderBar.alignTitle.call(this);
|
||||
IonHeaderBar.positionTitle.call(this);
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ Template.ionNavView.rendered = function () {
|
|||
removeElement: function(node) {
|
||||
var $node = $(node);
|
||||
if (!template.transition || !$node.hasClass('view') || IonNavigation.skipTransitions) {
|
||||
console.log('removing node w/o animating…');
|
||||
$node.remove();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue