mirror of
https://github.com/wassname/flask-cloudy.git
synced 2026-09-09 11:22:27 +08:00
remove print statement
This commit is contained in:
@@ -183,7 +183,6 @@ class TestLocalStorage:
|
||||
temp_dir,
|
||||
name="my_new_file",
|
||||
overwrite=True)
|
||||
print(o, o.name, file, temp_dir, file2)
|
||||
assert os.path.isfile(file)
|
||||
assert file2 == join(temp_dir, "my_new_file.txt")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user