aboutsummaryrefslogtreecommitdiff
path: root/src/guff.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff.cr')
-rw-r--r--src/guff.cr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/guff.cr b/src/guff.cr
index a429ee4..174ec67 100644
--- a/src/guff.cr
+++ b/src/guff.cr
@@ -22,17 +22,6 @@ module Guff
end
end
end
-
- def self.run(app, args)
- # parse env and cli options
- config = Config.new(app, args)
-
- # create model
- model = Model.new(config)
-
- # create and run server
- Server.run(model, config)
- end
end
Guff.run($0, ARGV)