Remove useless debug message
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit 6e72de7efe
)
This commit is contained in:
parent
3fd29d0ee0
commit
42f1c62528
@ -306,11 +306,6 @@ def write_tree_info(compose, arch, variant, timestamp=None, bi=None):
|
|||||||
if variant.type in ("addon",) or variant.is_empty:
|
if variant.type in ("addon",) or variant.is_empty:
|
||||||
return
|
return
|
||||||
|
|
||||||
compose.log_debug(
|
|
||||||
"on arch '%s' looking at variant '%s' of type '%s'"
|
|
||||||
% (arch, variant, variant.type)
|
|
||||||
)
|
|
||||||
|
|
||||||
if not timestamp:
|
if not timestamp:
|
||||||
timestamp = int(time.time())
|
timestamp = int(time.time())
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user