mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-05 12:07:54 -05:00
disable logging
This commit is contained in:
@ -6,7 +6,7 @@ import {
|
||||
|
||||
import { ReturnData, RollSet } from './solver.d.ts';
|
||||
|
||||
export const loggingEnabled = true;
|
||||
export const loggingEnabled = false;
|
||||
|
||||
// genRoll(size) returns number
|
||||
// genRoll rolls a die of size size and returns the result
|
||||
|
||||
Reference in New Issue
Block a user