Skip to content

Commit af94a86

Browse files
committed
Remove unused logger
1 parent cfc8c18 commit af94a86

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rt/src/Scheduler.mts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ import { getCliArgs, TroupeCliArg } from './TroupeCliArgs.mjs';
1919
const argv = getCliArgs();
2020
const showStack = argv[TroupeCliArg.ShowStack]
2121

22-
import { mkLogger } from './logger.mjs'
23-
const logger = mkLogger('scheduler');
24-
const info = x => logger.info(x)
25-
const debug = x => logger.debug(x)
26-
2722
/** Enum for termination statuses. */
2823
enum TerminationStatus {
2924
/** Thread finished its computation. */

0 commit comments

Comments
 (0)