Skip to content

Commit fbdc8a2

Browse files
committed
disable console.log
1 parent 62e59bb commit fbdc8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/ledger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import * as assert from 'assert';
1818
/** Simple logging util (linter friendly) */
1919
// tslint:disable-next-line:no-unused-expression
2020
function log(...msg: string[]) {
21-
console.log(...msg);
21+
// console.log(...msg);
2222
}
2323

2424
export interface LedgerAccount {

0 commit comments

Comments
 (0)