Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e18adc86
Commit
e18adc86
authored
Sep 22, 2011
by
Leigh B Stoller
Browse files
Remove some debugging.
parent
c67527e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
e18adc86
...
...
@@ -8652,8 +8652,6 @@ sub AddToSwitchPath($$)
{
my ($cur, $new) = @_;
print "N: $new\n";
return $new
if (!defined($cur));
...
...
@@ -8662,8 +8660,6 @@ sub AddToSwitchPath($$)
foreach my $n (@new) {
my ($s1,$s2) = split(":", $n);
print "$n, $s1, $s2, @cur\n";
push(@cur, $n)
if (! ((grep {$_ eq $n} @cur) ||
(grep {$_ eq "$s2:$s1"} @cur)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment