Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
0040eb7f
Commit
0040eb7f
authored
Feb 11, 2018
by
Davis King
Browse files
removed debugging print statement.
parent
aca80873
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tools/python/src/global_optimization.cpp
tools/python/src/global_optimization.cpp
+0
-1
No files found.
tools/python/src/global_optimization.cpp
View file @
0040eb7f
...
...
@@ -21,7 +21,6 @@ std::vector<bool> list_to_bool_vector(
for
(
long
i
=
0
;
i
<
result
.
size
();
++
i
)
{
result
[
i
]
=
l
[
i
].
cast
<
bool
>
();
cout
<<
"bool val: "
<<
result
[
i
]
<<
endl
;
}
return
result
;
}
...
...
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