Skip to content

Commit

Permalink
Remove extra debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Nov 29, 2022
1 parent 0fabf4e commit 0da15ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,6 @@ def find_files(directory, patterns):
else:
log.info("Skipping external library: %s" % libpath)


log.info("external_so_files: %s" % str(external_so_files))

# Append all source files
src_files.append((os.path.join(PATH, "installer", "qt.conf"), "qt.conf"))
for filename in find_files("openshot_qt", ["*"]):
Expand Down

0 comments on commit 0da15ce

Please sign in to comment.