~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to TimeLineBase.qml

  • Committer: Kunal Parmar
  • Date: 2014-01-18 03:11:01 UTC
  • mto: This revision was merged to the branch mainline in revision 186.
  • Revision ID: pkunal.parmar@gmail.com-20140118031101-cif3k2wdidy9us8s
Print statement removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
            var eventId = itemIds[(i)];
52
52
            var event = intern.model.item(eventId);
53
53
            if( event ) {
54
 
                print("ITEM_ID Created--->" + eventId)
55
54
                bubbleOverLay.createEvent(event,event.startDateTime.getHours());
56
55
            }
57
56
        }