disable logging
This commit is contained in:
parent
a42b75aa51
commit
1d31a4f059
|
@ -6,7 +6,7 @@ import {
|
||||||
|
|
||||||
import { ReturnData, RollSet } from './solver.d.ts';
|
import { ReturnData, RollSet } from './solver.d.ts';
|
||||||
|
|
||||||
export const loggingEnabled = true;
|
export const loggingEnabled = false;
|
||||||
|
|
||||||
// genRoll(size) returns number
|
// genRoll(size) returns number
|
||||||
// genRoll rolls a die of size size and returns the result
|
// genRoll rolls a die of size size and returns the result
|
||||||
|
|
Loading…
Reference in New Issue