Skip to content

Commit

Permalink
Merge pull request #1960 from NMDSdevopsServiceAdm/removeWDFLogging
Browse files Browse the repository at this point in the history
Revert "Enabled WDF logging"
  • Loading branch information
paulcarvell authored Feb 7, 2020
2 parents 834d1e9 + 03c1357 commit ee0bc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/routes/reports/wdf/parent.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const workersSheetName = path.join('xl', 'worksheets', 'sheet3.xml');
const sharedStringsName = path.join('xl', 'sharedStrings.xml');
const schema = 'http://schemas.openxmlformats.org/spreadsheetml/2006/main';
const isNumberRegex = /^[0-9]+(\.[0-9]+)?$/;
const debuglog = console.log.bind(console);
// const debuglog = () => {};
//const debuglog = console.log.bind(console);
const debuglog = () => {};

const buStates = [
'READY',
Expand Down

0 comments on commit ee0bc35

Please sign in to comment.