Skip to content

Commit 1faf828

Browse files
committed
remove useless puts
1 parent f59e6cc commit 1faf828

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/dblista.rb

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def self._page_integer(input)
8282

8383
# @!visibility private
8484
def self._limit_integer(input)
85-
puts input
86-
puts input.is_a?(Integer)
8785
raise DBLista::Error, DBLista::Errors::LIMIT_INTEGER unless input.is_a?(Integer)
8886
end
8987
end

0 commit comments

Comments
 (0)