Skip to content

Commit

Permalink
theme(fix): remove logging
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Jan 15, 2025
1 parent 7fbf24d commit bfbbd9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assets/js/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ import ProgressBar from "./components/progress-bar.js";
import DebugLogger from "@davidsneighbour/debuglogger";
import "./scripts/keyboard-layout.js";
import "./plugins/clipboard.js";

import "./scripts/bs-tooltips.js";

// Import parameters from GoHugo
// @ts-ignore - injected at runtime by GoHugo
import * as params from "@params";
console.log(params);

// enable logger for local debugging
const logger = new DebugLogger(params.debug);
logger.log(params.version);

// YouTube element
// @ts-ignore - mounted at runtime by GoHugo
Expand Down

0 comments on commit bfbbd9e

Please sign in to comment.