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
919601db
Commit
919601db
authored
Jul 09, 2018
by
Leigh B Stoller
Browse files
Kill debugging print.
parent
d8ca45c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/reserve.ajax
View file @
919601db
...
...
@@ -726,7 +726,7 @@ function Do_GetReservation()
return
;
}
$webtask
->
Refresh
();
error_log
(
print_r
(
$webtask
->
TaskData
(),
true
));
#
error_log(print_r($webtask->TaskData(), true));
$resinfo
=
$webtask
->
TaskValue
(
"value"
);
$value
=
$resinfo
[
"reservations"
];
$details
=
current
(
$value
);
...
...
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