diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-03-09 10:26:18 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-03-09 10:26:18 -0500 |
commit | 0a784a044bf4e73afc4e96c3281914d482b2f67f (patch) | |
tree | 32dc78eb88434adbebdfe55b2571a5ace5348360 /src/guff | |
parent | 4ee569a4707e3d40c44125f3b933b9220d507c1d (diff) | |
download | old-guff-0a784a044bf4e73afc4e96c3281914d482b2f67f.tar.bz2 old-guff-0a784a044bf4e73afc4e96c3281914d482b2f67f.zip |
remove unnecessary comment
Diffstat (limited to 'src/guff')
-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, |