aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guff/handler.cr6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/guff/handler.cr b/src/guff/handler.cr
index 52269a3..b44e836 100644
--- a/src/guff/handler.cr
+++ b/src/guff/handler.cr
@@ -28,12 +28,6 @@ module Guff
@models.session.set(sid, data.to_json) if save
end
- private def get_session(context) : Hash(String, String)
- end
-
- private def save_session(sid, data)
- end
-
private def redirect(context, url : String)
context.response.status_code = 302
context.response.headers["location"] = url