aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-03-09 10:26:18 -0500
committerPaul Duncan <pabs@pablotron.org>2016-03-09 10:26:18 -0500
commit0a784a044bf4e73afc4e96c3281914d482b2f67f (patch)
tree32dc78eb88434adbebdfe55b2571a5ace5348360
parent4ee569a4707e3d40c44125f3b933b9220d507c1d (diff)
downloadold-guff-0a784a044bf4e73afc4e96c3281914d482b2f67f.tar.bz2
old-guff-0a784a044bf4e73afc4e96c3281914d482b2f67f.zip
remove unnecessary comment
-rw-r--r--src/guff/database.cr4
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,