diff --git a/app.ts b/app.ts
index 6e81a96b3b46c07828da973e5b8963b908672169..1dde1db117d93ee520ce3e137ef90b85f14be731 100644
--- a/app.ts
+++ b/app.ts
@@ -85,5 +85,4 @@ app.use(function (err:any, req:any, res:any, next:any) {
   
 app.listen(app.get('port'), function () {
     console.log('Project Page listening on port ' + app.get('port'))
-    console.log(__dirname)
 })
\ No newline at end of file