remove useless log
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 30s

This commit is contained in:
0d0 2025-04-19 18:50:31 +02:00
parent 716ebe9ecd
commit 57d2adbdbc

View file

@ -6,7 +6,6 @@ export const logger = winston.createLogger({
format: winston.format.json(), format: winston.format.json(),
transports: [new winston.transports.Console()] transports: [new winston.transports.Console()]
}); });
logger.debug(import.meta.env.DEV)
const formatMime = new Map(Object.entries(formats)); const formatMime = new Map(Object.entries(formats));
export const isURLValid = (url: string) => { export const isURLValid = (url: string) => {
try { try {