Changeset

9472:ea40fe484c38

storagemanager tests: Remove debug print()
author Matthew Wild <mwild1@gmail.com>
date Thu, 11 Oct 2018 14:18:38 +0100
parents 9471:6798fcd25e9c
children 9473:5fdda751333a
files spec/core_storagemanager_spec.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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));