Skip to content

Commit

Permalink
Merge pull request xdan#90 from SBSTP/master
Browse files Browse the repository at this point in the history
remove debug message
  • Loading branch information
xdan committed Apr 8, 2014
2 parents b4e02af + 75138c1 commit ec28746
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jquery.datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,6 @@
i = 0,
today = _xdsoft_datetime.now();

console.log('fire xchange.xdsoft',_xdsoft_datetime.currentTime); // remove

while( start.getDay()!=options.dayOfWeekStart )
start.setDate(start.getDate()-1);

Expand Down

0 comments on commit ec28746

Please sign in to comment.