Skip to content

Commit 0da15ce

Browse files
committed
Remove extra debugging logs
1 parent 0fabf4e commit 0da15ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

freeze.py

-3
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,6 @@ def find_files(directory, patterns):
410410
else:
411411
log.info("Skipping external library: %s" % libpath)
412412

413-
414-
log.info("external_so_files: %s" % str(external_so_files))
415-
416413
# Append all source files
417414
src_files.append((os.path.join(PATH, "installer", "qt.conf"), "qt.conf"))
418415
for filename in find_files("openshot_qt", ["*"]):

0 commit comments

Comments
 (0)