remove useless log
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 30s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 30s
This commit is contained in:
parent
716ebe9ecd
commit
57d2adbdbc
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ export const logger = winston.createLogger({
|
|||
format: winston.format.json(),
|
||||
transports: [new winston.transports.Console()]
|
||||
});
|
||||
logger.debug(import.meta.env.DEV)
|
||||
const formatMime = new Map(Object.entries(formats));
|
||||
export const isURLValid = (url: string) => {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue