Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Oct 2, 2023
1 parent f253431 commit b1fcf6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/repl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { logger } from './logger.mjs';
import { setTime } from './time.mjs';
import { evalScope } from './evaluate.mjs';
import { register } from './pattern.mjs';
import { isTauri } from '../../website/src/tauri.mjs';

export function repl({
interval,
Expand All @@ -20,7 +19,6 @@ export function repl({
createCyclist,
}) {
//TODO: could maybe be enabled with a command or a switch in settings?
const abelinkEnabled = isTauri();
const cyclistParams = {
interval,
onTrigger: getTrigger({ defaultOutput, getTime }),
Expand Down

0 comments on commit b1fcf6c

Please sign in to comment.