comparison mod_storage_xmlarchive/mod_storage_xmlarchive.lua @ 1729:3431c4a4d162

mod_storage_xmlarchive: Remove overly verbose debug message
author Kim Alvefur <zash@zash.se>
date Mon, 11 May 2015 14:29:18 +0200
parents a51beeb5aecf
children e02af2b32f30
comparison
equal deleted inserted replaced
1728:a51beeb5aecf 1729:3431c4a4d162
126 return; 126 return;
127 end 127 end
128 end 128 end
129 129
130 for i = first_item, last_item, step do 130 for i = first_item, last_item, step do
131 module:log("debug", "data[%q][%d]", dates[d], i);
132 local item = items[i]; 131 local item = items[i];
133 if not item then 132 if not item then
134 module:log("debug", "data[%q][%d] is nil", dates[d], i); 133 module:log("debug", "data[%q][%d] is nil", dates[d], i);
135 break; 134 break;
136 end 135 end