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
c8ed52bc
Commit
c8ed52bc
authored
Feb 03, 2012
by
Jonathon Duerig
Browse files
Remove obsolete debugging statements.
parent
c92b03bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/geni-am.pm.in
View file @
c8ed52bc
...
...
@@ -51,7 +51,6 @@ if ($GENI_VERSION eq "1.0" || $GENI_VERSION eq "2.0") {
#----------------------------------------------------------------------
sub
ConvertResponseV1
($)
{
print
STDERR
"
Convert Response 1:
"
.
$GENI_VERSION
.
"
\n
";
my
(
$geni_response
)
=
@_
;
my
$decoder
=
Frontier::
RPC2
->
new
();
...
...
@@ -80,7 +79,6 @@ sub ConvertResponseV1($)
#----------------------------------------------------------------------
sub
ConvertResponseV2
($)
{
print
STDERR
"
Convert Response 2:
"
.
$GENI_VERSION
.
"
\n
";
my
(
$geni_response
)
=
@_
;
my
$decoder
=
Frontier::
RPC2
->
new
();
...
...
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