Diff

spec/core_storagemanager_spec.lua @ 9472:ea40fe484c38

storagemanager tests: Remove debug print()
author Matthew Wild <mwild1@gmail.com>
date Thu, 11 Oct 2018 14:18:38 +0100
parent 9471:6798fcd25e9c
child 9491:89e4cbd1a564
line wrap: on
line diff
--- a/spec/core_storagemanager_spec.lua	Thu Oct 11 14:10:55 2018 +0100
+++ b/spec/core_storagemanager_spec.lua	Thu Oct 11 14:18:38 2018 +0100
@@ -315,7 +315,6 @@
 					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));