mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
refactor(control): remove unnecessary logging
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { dev } from '$app/environment';
|
||||
import { db } from './files_display.db';
|
||||
import { get_display_by_id } from './stores/displays';
|
||||
import {
|
||||
@@ -118,10 +117,6 @@ async function start_task_loop() {
|
||||
case 'sync':
|
||||
break;
|
||||
}
|
||||
|
||||
if (dev) {
|
||||
console.debug('AKTUELL IN TASKS', tasks.length);
|
||||
}
|
||||
tasks.shift(); // Remove current_task from tasks
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user