remove ascii brand

This commit is contained in:
SrGooglo 2023-05-16 17:30:06 +02:00
parent f83f865578
commit 3b95bcab0c

View File

@ -26,8 +26,6 @@ const HTTPEngines = {
}, },
} }
const linebridge_ascii = require("./linebridge_ascii.js")
class Server { class Server {
constructor(params = {}, controllers = {}, middlewares = {}, headers = {}) { constructor(params = {}, controllers = {}, middlewares = {}, headers = {}) {
// register aliases // register aliases
@ -130,12 +128,6 @@ class Server {
} }
initialize = async () => { initialize = async () => {
// if (!this.params.no_brand) {
// if (!this.params.minimal) {
// this.InternalConsole.log(linebridge_ascii)
// }
// }
if (!this.params.minimal) { if (!this.params.minimal) {
this.InternalConsole.info(`🚀 Starting server...`) this.InternalConsole.info(`🚀 Starting server...`)
} }