remove debug
This commit is contained in:
parent
6fd43d7704
commit
aa6c033171
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ module.exports = (app, config, themeConfig, modules) => {
|
|||
if (config.port !== 80 && config.port !== 443) {
|
||||
pport = `:${config.port}`
|
||||
}
|
||||
console.log("config " + config.port)
|
||||
console.log("pp " + pport)
|
||||
|
||||
if (!config.minimizedConsoleLogs) {
|
||||
console.log(
|
||||
|
|
Loading…
Reference in a new issue