mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-06 20:37:54 -05:00
remove logging from loopmanager
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
import { log, LogTypes as LT } from '@Log4Deno';
|
||||
|
||||
import config from '~config';
|
||||
|
||||
import { loggingEnabled } from 'src/artigen/utils/logFlag.ts';
|
||||
|
||||
let loopCount = 0;
|
||||
loggingEnabled && log(LT.LOG, 'Loop Manager Initialized');
|
||||
|
||||
// Will ensure if maxLoops is 10, 10 loops will be allowed, 11 will not.
|
||||
export const loopCountCheck = (): void => {
|
||||
|
||||
Reference in New Issue
Block a user