We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59e6cc commit 1faf828Copy full SHA for 1faf828
lib/dblista.rb
@@ -82,8 +82,6 @@ def self._page_integer(input)
82
83
# @!visibility private
84
def self._limit_integer(input)
85
- puts input
86
- puts input.is_a?(Integer)
87
raise DBLista::Error, DBLista::Errors::LIMIT_INTEGER unless input.is_a?(Integer)
88
end
89
0 commit comments