Skip to content

Commit a7e0b96

Browse files
committed
chore: remove extra console log which is no longer required
1 parent db2bc94 commit a7e0b96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
const {Noco} = require("nocodb");
55
const httpServer = app.listen(process.env.PORT || 8080);
66
app.use(await Noco.init({}, httpServer, app));
7-
console.log(`Visit : localhost:${process.env.PORT}/dashboard`)
87
} catch(e) {
98
console.log(e)
109
}

0 commit comments

Comments
 (0)