From 9a1027d82045261d48515b8aa5de606cb02b49b8 Mon Sep 17 00:00:00 2001
From: Matthew Wild <mwild1@gmail.com>
Date: Thu, 11 Oct 2018 14:18:38 +0100
Subject: storagemanager tests: Remove debug print()

---
 spec/core_storagemanager_spec.lua | 1 -
 1 file changed, 1 deletion(-)

(limited to 'spec')

diff --git a/spec/core_storagemanager_spec.lua b/spec/core_storagemanager_spec.lua
index ee6e7741..3b0e0c40 100644
--- a/spec/core_storagemanager_spec.lua
+++ b/spec/core_storagemanager_spec.lua
@@ -315,7 +315,6 @@ describe("storagemanager", function ()
 					local data = assert(archive:find("user-issue1073", {}));
 					local count = 0;
 					for id, item, when in data do --luacheck: ignore 213/when
-						print(id)
 						count = count + 1;
 						assert.truthy(id);
 						assert(st.is_stanza(item));
-- 
cgit v1.2.3