# HG changeset patch # User Matthew Wild # Date 1539263918 -3600 # Node ID ea40fe484c380c81f65349dd427d8bfcedb76845 # Parent 6798fcd25e9c109056cb9be0783bf7ca6fbc93db storagemanager tests: Remove debug print() diff -r 6798fcd25e9c -r ea40fe484c38 spec/core_storagemanager_spec.lua --- 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));