Skip to content

Commit

Permalink
remove console.log and un-needed import
Browse files Browse the repository at this point in the history
  • Loading branch information
oroth8 committed Apr 3, 2023
1 parent e632e31 commit 809b7d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { loadEnv, loadPublicEnv } from '../fe/config/env.js'
import morgan from 'morgan'
import { logger, stream } from './src/utils/logger.js'
import cors from 'cors'
import * as url from 'url'
import cookieParser from 'cookie-parser'
import { ErrorMiddleware } from './src/middlewares/error.middleware.js'
import swaggerJSDoc from 'swagger-jsdoc'
Expand Down Expand Up @@ -107,7 +106,6 @@ export class App {

initializeSwagger() {
const swaggerPath = path.resolve('be', 'src', 'routes', '*')
console.log(swaggerPath)
const options = {
definition: {
openapi: '3.0.0',
Expand Down

0 comments on commit 809b7d8

Please sign in to comment.