From 38af05d7c80936abcdfa81b8209666a68f73276b Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 19 二月 2023 13:20:23 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pipeline.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index ec659ad..ca4e0c5 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -229,7 +229,6 @@
             headers: {'token': localStorage.getItem('token')},
             method: 'GET',
             success: function (res) {
-                console.log(res)
                 if (res.code === 200){
                     ioModeData = res.data;
                     ioModeData.forEach(function (e) {

--
Gitblit v1.9.1