Skip to content
Snippets Groups Projects
Commit 00b96b27 authored by Ben Gamari's avatar Ben Gamari
Browse files

boot: Eliminate superfluous output

parent f713be7a
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,6 @@ def boot_pkgs():
else:
library_dirs.append(package)
print(library_dirs)
for package in library_dirs:
if package[-1] == '/':
# drop trailing '/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment