Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Jan 5, 2025
1 parent 2625d3a commit 86a2258
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/utils/opensubtitles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import opensubtitles from "opensubtitles.com";
const config = useRuntimeConfig();

console.log("opensubtitles_key:", config.opensubtitles_key);

export const opensubtitles_client = new opensubtitles({
apikey: config.opensubtitles_key,
});
Expand Down

0 comments on commit 86a2258

Please sign in to comment.