Remove an annoying warning

git-svn-id: file:///home/svn/framework3/trunk@11413 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-12-25 06:33:04 +00:00
parent 2f97c61f86
commit 1df394638e
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ class Manager
break if EndOfMibView == index_vb.value
stop_oid = index_vb.name
if stop_oid <= last_oid
warn "OIDs are not increasing, #{last_oid} followed by #{stop_oid}"
# warn "OIDs are not increasing, #{last_oid} followed by #{stop_oid}"
break
end
break unless stop_oid.subtree_of?(start_oid)