Skip to content

Commit c0eb37d

Browse files
MagicRBMic92
authored andcommitted
Silence the report generators
Signed-off-by: magic_rb <[email protected]>
1 parent 7cb4b99 commit c0eb37d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildbot_nix/nix_status_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def generate(
113113
data: Build | BuildRequest,
114114
) -> defer.Generator[Any, Any, Any]:
115115
what, _, event = key
116-
log.info("{what} produced {event}", what=what, event=event)
117116
if what == "builds":
118117
is_new = event == "new"
119118

0 commit comments

Comments
 (0)