From 889b82369c9833a9b567dab02cf483210c006563 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 15 八月 2023 17:38:06 +0800 Subject: [PATCH] 移除测试代码 --- report/task.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/report/task.go b/report/task.go index f0011d1..282c481 100644 --- a/report/task.go +++ b/report/task.go @@ -42,7 +42,7 @@ // 涓婃姤bom if config.Options.BomTopic != "" { - SendBom(true) + SendBom(false) } time.Sleep(time.Duration(config.Options.SyncInterval) * time.Second) -- Gitblit v1.8.0