잉여개발기 1 год назад
Родитель
Сommit
898667c9bd
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      route/tool/func.py

+ 0 - 1
route/tool/func.py

@@ -163,7 +163,6 @@ def python_to_golang_sync(func_name, other_set = {}):
             res = requests.post('http://localhost:' + db_data + '/', data = json.dumps(other_set))
             data = res.text
 
-            print(data)
             if "error" == data:
                 raise
             else: