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
edce4e32
Commit
edce4e32
authored
Sep 17, 2002
by
Robert Ricci
Browse files
Argh, remove a line of debugging output.
parent
01120033
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/tbtest
View file @
edce4e32
...
...
@@ -316,7 +316,6 @@ sub step_init {
if
(
!
/^\|/
)
{
next
};
if
(
/node_id/
)
{
next
;}
(
$node
,
$type
,
$class
)
=
/^\|([-a-zA-Z0-9]+)\s*\|(\w+)\s*\|(\w+)\s*\|$/
;
print
"
node:
$node
type:
$type
\n
";
if
(
defined
(
$want
{
$type
})
&&
$want
{
$type
}
>
0
)
{
push
(
@
{
$have
{
$type
}},
$node
);
$want
{
$type
}
--
;
...
...
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