Skip to content

Commit bfb4296

Browse files
committed
fix: from code reviewer
1 parent bc41b14 commit bfb4296

File tree

1 file changed

+0
-1
lines changed
  • core/src/ten_manager/designer_frontend/src/store

1 file changed

+0
-1
lines changed

core/src/ten_manager/designer_frontend/src/store/widget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ export const appendLogsById = (id: string, logs: string[]) => {
258258

259259
if (!timer) {
260260
timer = setTimeout(() => {
261-
console.log("appendLogsById ===> ", logBuffer);
262261
Object.entries(logBuffer).forEach(([id, log]) => {
263262
if (log.history.length > 0) {
264263
useWidgetStore.getState().appendLogViewerHistory(id, log.history);

0 commit comments

Comments
 (0)