mod_storage_xmlarchive: Remove overly verbose debug message
authorKim Alvefur <zash@zash.se>
Mon, 11 May 2015 14:29:18 +0200
changeset 1733 3431c4a4d162
parent 1732 a51beeb5aecf
child 1734 e02af2b32f30
mod_storage_xmlarchive: Remove overly verbose debug message
mod_storage_xmlarchive/mod_storage_xmlarchive.lua
--- a/mod_storage_xmlarchive/mod_storage_xmlarchive.lua	Mon May 11 14:29:00 2015 +0200
+++ b/mod_storage_xmlarchive/mod_storage_xmlarchive.lua	Mon May 11 14:29:18 2015 +0200
@@ -128,7 +128,6 @@
 			end
 
 			for i = first_item, last_item, step do
-				module:log("debug", "data[%q][%d]", dates[d], i);
 				local item = items[i];
 				if not item then
 					module:log("debug", "data[%q][%d] is nil", dates[d], i);