mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 13:51:13 +00:00
Remove debugging log
This commit is contained in:
parent
49c52985c3
commit
25f65ba6c8
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ server.get("/css/themelist", ThemesListHandler);
|
|||
server.get("/*", CatchAllHandler);
|
||||
|
||||
server.listen(Number(port), hostname, () => {
|
||||
console.log(`HASH: ${process.env.COMMIT_HASH}`);
|
||||
setupDateFns();
|
||||
console.log(`http://${hostname}:${port}`);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue