1
1
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:
Ean Milligan
2025-04-26 23:44:03 -04:00
parent a42b75aa51
commit 1d31a4f059

View File

@ -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