Skip to content
GitLab
Menu
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
0a814e9f
Commit
0a814e9f
authored
Jun 04, 2013
by
Jonathon Duerig
Browse files
Remove debugging print statements
parent
fc2063fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
0a814e9f
...
@@ -1161,10 +1161,8 @@ foreach $node (@nodenames) {
...
@@ -1161,10 +1161,8 @@ foreach $node (@nodenames) {
my
$i
=
0
;
my
$i
=
0
;
for
(;
$i
<
scalar
(
@features
);
++
$i
)
{
for
(;
$i
<
scalar
(
@features
);
++
$i
)
{
if
(
$features
[
$i
]
eq
'
openvz-host
')
{
if
(
$features
[
$i
]
eq
'
openvz-host
')
{
print
STDERR
"
emulab-openvz:
"
.
$node
.
"
\n
";
push
(
@sliver_types
,
"
emulab-openvz
");
push
(
@sliver_types
,
"
emulab-openvz
");
}
elsif
(
$features
[
$i
]
eq
'
xen-host
')
{
}
elsif
(
$features
[
$i
]
eq
'
xen-host
')
{
print
STDERR
"
emulab-xen:
"
.
$node
.
"
\n
";
push
(
@sliver_types
,
"
emulab-xen
");
push
(
@sliver_types
,
"
emulab-xen
");
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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