Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
cuttr
Commits
09673e7a
Commit
09673e7a
authored
Sep 27, 2018
by
Alexis Janon
Browse files
Cleanup: removed unecessary print statement in test
parent
2275dee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transaction/hl/remove_slice.rs
View file @
09673e7a
...
...
@@ -87,7 +87,6 @@ mod tests {
for
c
in
controllers
.values
()
{
let
mut
path
=
c
.get_path
()
.to_path_buf
();
path
.push
(
EXEC_NAME
);
println!
(
"path: {:?}"
,
path
);
assert
!
(
!
path
.exists
());
assert
!
(
fs
::
remove_dir
(
&
c
.get_path
())
.is_ok
());
}
...
...
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