Remove debug code

This commit is contained in:
Sam Dodrill 2015-01-09 20:05:26 -08:00
parent 6a5573aad7
commit 3ae191d533
1 changed files with 0 additions and 11 deletions

View File

@ -18,14 +18,3 @@ class App extends lapis.Application
[index: "/"]: =>
@name = @session.name
render: true
"/debug": =>
@html ->
config = require("lapis.config").get!
p config.port
p tostring os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
p tostring os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
p tostring os.getenv "DB_USER"
p tostring os.getenv "DB_PASS"
p tostring os.getenv "DB_NAME"