From bf1a3ff4d1d96b8b1f399a67ee8ee8d985cc99aa Mon Sep 17 00:00:00 2001
From: speech_asr <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 15 二月 2023 16:15:34 +0800
Subject: [PATCH] update docs

---
 funasr/utils/timestamp_tools.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/funasr/utils/timestamp_tools.py b/funasr/utils/timestamp_tools.py
index 12337d1..33d1255 100644
--- a/funasr/utils/timestamp_tools.py
+++ b/funasr/utils/timestamp_tools.py
@@ -128,7 +128,6 @@
     res_txt = ""
     for char, timestamp in zip(char_list, timestamp_list):
         res_txt += "{} {} {};".format(char, timestamp[0], timestamp[1])
-    logging.warning(res_txt)  # for test
     res = []
     for char, timestamp in zip(char_list, timestamp_list):
         if char != '<sil>':

--
Gitblit v1.9.1