chore(server): removed a console log that shouldnt be there
Some checks failed
Build and Push LST Docker Image / docker (push) Failing after 1m10s

This commit is contained in:
2026-05-08 15:06:08 -05:00
parent 505d7cea5d
commit 1dba774abc

View File

@@ -163,7 +163,6 @@ function RouteComponent() {
const columnHelper = createColumnHelper<any>(); const columnHelper = createColumnHelper<any>();
console.log(window.location);
const logColumns = [ const logColumns = [
columnHelper.accessor("timestamp", { columnHelper.accessor("timestamp", {
header: ({ column }) => ( header: ({ column }) => (