Skip to content

Commit

Permalink
removed console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
patphongs committed Feb 7, 2020
1 parent b390f08 commit 30fe3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fec/fec/static/js/modules/tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ DataTable.prototype.fetch = function(data, callback) {
);
return;
}
//console.log(self.filterSet);

// If 24- and 48-Hour report is selected, set the filing form to F24.
// Otherwise, it's a regularly scheduled report, keep the filing
// form as F3X
Expand Down

0 comments on commit 30fe3a7

Please sign in to comment.