diff --git a/crc/services/file_service.py b/crc/services/file_service.py index 4e249675..b7b73aec 100644 --- a/crc/services/file_service.py +++ b/crc/services/file_service.py @@ -133,7 +133,6 @@ class FileService(object): return file_extension.lower().strip()[1:] @staticmethod - def update_file(file_model, binary_data, content_type): session.flush() # Assure the database is up-to-date before running this.