Skip to content

Commit 8692bbf

Browse files
committed
server and oauth working
1 parent 5b821d4 commit 8692bbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ if (process.env.NODE_ENV == 'production') {
201201
}
202202

203203
app.get('/', (req, res) => {
204-
console.log('hit get', isDocker);
205204
const indexPath = isDocker
206205
? path.join(__dirname, '../index-prod.html')
207206
: path.join(__dirname, '../index.html');

0 commit comments

Comments
 (0)