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
a34b32b0
Commit
a34b32b0
authored
Apr 10, 2007
by
David Johnson
Browse files
Hide some debug output.
parent
af7e6f4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/plab/mod_PLC4.py.in
View file @
a34b32b0
...
...
@@ -745,7 +745,10 @@ class mod_PLC4:
# pass
try
:
print
"DEBUG: using ticketdata = '%s'"
%
str
(
ticketdata
)
if
debug
:
print
"DEBUG: using ticketdata = '%s'"
%
str
(
ticketdata
)
pass
res
=
node
.
nmagent
.
create_sliver
(
node
.
slice
.
slicename
,
ticketdata
)
if
debug
:
print
res
...
...
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