Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Lamas committed Jun 16, 2020
1 parent fc361ac commit c792a67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/src/com/utn/tacs/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ fun main(args: Array<String>) {
val mongoUrl = args[1]
val mongoPort = args[2]

print("\n\n\n\n" + mongoDb)

print("\n\n\n\n" + mongoUrl)

print("\n\n\n\n" + mongoPort + "\n\n")

MongoClientGenerator.setProperties(mongoDb, mongoUrl, mongoPort.toInt())

embeddedServer(Netty, 8080, module = Application::module).start(wait = true)
Expand Down

0 comments on commit c792a67

Please sign in to comment.