From 0a784a044bf4e73afc4e96c3281914d482b2f67f Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 9 Mar 2016 10:26:18 -0500 Subject: remove unnecessary comment --- src/guff/database.cr | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/guff/database.cr b/src/guff/database.cr index 220c7ef..1bec00a 100644 --- a/src/guff/database.cr +++ b/src/guff/database.cr @@ -97,10 +97,6 @@ module Guff end end - # - # NOTE: if you pass a block, be sure to call rs.next at least once, - # or the query will _not_ execute!!! - # def query( sql : String, args = nil : Array(String) | Hash(String, String) | Nil, -- cgit v1.2.3