Skip to content

Commit

Permalink
Remove unneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasjohnson committed Nov 19, 2019
1 parent 985528f commit 6193848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracts/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ export class Contract implements EOSJSContract {
const currentValue = row[field.name];

let date = new Date(currentValue + 'Z');
console.log('trying to parse date: ' + date.toUTCString() + ' raw: ' + currentValue);

if (date === undefined) {
throw new Error(
Expand Down

0 comments on commit 6193848

Please sign in to comment.