Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'power_sequencer/operators/import_local_footage.py')
-rw-r--r--power_sequencer/operators/import_local_footage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/power_sequencer/operators/import_local_footage.py b/power_sequencer/operators/import_local_footage.py
index b17e803f..1b3a7ea6 100644
--- a/power_sequencer/operators/import_local_footage.py
+++ b/power_sequencer/operators/import_local_footage.py
@@ -93,7 +93,6 @@ class POWER_SEQUENCER_OT_import_local_footage(bpy.types.Operator):
files_to_import = [
os.path.join(self.directory, f) for f in self.find_new_files_to_import(filepaths)
]
- print(files_to_import)
if not files_to_import:
self.report({"INFO"}, "No new files to import found")
return {"FINISHED"}