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
6c5d8d65
Commit
6c5d8d65
authored
Jan 27, 2011
by
Leigh B Stoller
Browse files
Silence a print statement
parent
a09dbb59
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/EmulabFeatures.pm.in
View file @
6c5d8d65
#
!/usr/bin/perl -wT
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2009
,
201
0
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2009
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
EmulabFeatures
;
...
...
@@ -285,7 +285,8 @@ sub FeatureEnabled($$$$)
{
my
($
class
,
$
featurename
,
$
user
,
$
group
,
$
experiment
)
=
@
_
;
print
STDERR
"Checking for feature $featurename.
\n
"
;
print
STDERR
"Checking for feature $featurename.
\n
"
if
($
verbose
);
#
#
See
if
feature
is
globally
disabled
;
...
...
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