Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
8e7d7eec
Commit
8e7d7eec
authored
Apr 14, 2016
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debugging code.
parent
397eccd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
apt/manage_instance.in
apt/manage_instance.in
+1
-3
No files found.
apt/manage_instance.in
View file @
8e7d7eec
...
...
@@ -1206,7 +1206,6 @@ sub DoExtend()
my
$message
;
my
$reason
;
my
$errmsg
;
$extensions
=
"
stoller
"
;
usage()
if (!
@ARGV
);
...
...
@@ -1648,7 +1647,6 @@ sub DenyExtensionInternal($)
my
$now
=
POSIX::
strftime
("
20%y-%m-%d %H:%M:%S %Z
",
localtime
());
my
$url
=
$instance
->
webURL
();
my
$extensions
=
$instance
->
Brand
()
->
ExtensionsEmailAddress
();
$extensions
=
"
stoller
";
#
# We store each extension request in an ongoing text field.
...
...
@@ -3066,7 +3064,7 @@ sub DoUpdateKeys()
$webtask
->
output
(
$errmsg
);
$webtask
->
Exited
(
$errcode
);
}
exit
(
1
);
exit
(
$errcode
);
}
#
...
...
Write
Preview
Markdown
is supported
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