Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoeskau committed Feb 4, 2016
1 parent 47bccf2 commit 09b59e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/calendar/form/EventWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ Ext.define('Extensible.calendar.form.EventWindow', {
me.deleteButton[o.data && o.data[EventMappings.EventId.name] ? 'show' : 'hide']();

if (o.data) {
console.log(o.data);
rec = o;
me.setTitle(rec.phantom ? me.titleTextAdd : me.titleTextEdit);
form.loadRecord(rec);
Expand Down

0 comments on commit 09b59e7

Please sign in to comment.