mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
remove ascii brand
This commit is contained in:
parent
f83f865578
commit
3b95bcab0c
@ -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...`)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user