diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guff/database.cr | 4 |
1 files changed, 0 insertions, 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, |