Skip to content

Commit

Permalink
Removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed May 10, 2017
1 parent 26aa9de commit ed4c9e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/public/js/pages/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ define('pages/dashboard', [
url: '/api/v1/tickets/overdue',
method: 'GET',
success: function(_data) {
console.log(_data);
var overdueCard = $('#overdue_tickets');
var overdueSpinner = overdueCard.find('.card-spinner');
var html = '';
Expand Down

0 comments on commit ed4c9e5

Please sign in to comment.