gui: Remove debugging output.

This commit is contained in:
tgoff0 2015-05-22 00:55:37 +00:00
parent f3ee1f5992
commit 3f2519a171

View file

@ -2135,7 +2135,6 @@ proc exec_adjacencyrouterid_callback { node execnum cmd result status } {
set rtrid [lindex $lines 1]
array set adjacency_cache [list $rtrid $node]
} else {
puts "matches OSPFv2"
# match both OSPFv2 and OSPFv3 responses
set rid [regexp -inline {Router[- ]ID[:]? [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+} \
$result]