Merge branch 'add-retention-service' of github.com:vexxhost/staffeln into add-retention-service
diff --git a/staffeln/objects/volume.py b/staffeln/objects/volume.py
index be87b61..276dd2e 100644
--- a/staffeln/objects/volume.py
+++ b/staffeln/objects/volume.py
@@ -33,7 +33,6 @@
     def create(self):
         """Create a :class:`Backup_data` record in the DB"""
         values = self.obj_get_changes()
-        print(values)
         db_backup = self.dbapi.create_backup(values)
         self._from_db_object(self, db_backup)