This commit is contained in:
Mo Bitar
2017-07-12 16:21:06 -05:00
parent f9a5603633
commit 4d6d467b75

View File

@@ -28,8 +28,6 @@ class ItemParams {
__params() {
console.log("Encrypting with version: ", this.version);
console.assert(!this.item.dummy, "Item is dummy, should not have gotten here.", this.item.dummy)
var params = {uuid: this.item.uuid, content_type: this.item.content_type, deleted: this.item.deleted, created_at: this.item.created_at};