Skip to content

Commit 8cbcfe2

Browse files
authored
remove print
1 parent a02fcf8 commit 8cbcfe2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/geo_phone/phone.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def location
2929
current_offset = middle * INDEX_LENGTH
3030
return if current_offset + Database.instance.index_offset >= Database.instance.file_size
3131
cur_phone, record_offset, phone_type = Database.instance.index[current_offset..(current_offset+INDEX_LENGTH)].unpack(INDEX_FMT)
32-
p "#{cur_phone}, #{record_offset}, #{phone_type}"
3332
if cur_phone > int_phone
3433
right = middle - 1
3534
elsif cur_phone < int_phone

0 commit comments

Comments
 (0)