liqian vor 2 Jahren
Ursprung
Commit
22a221dca5
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      pool_predict.py

+ 0 - 1
pool_predict.py

@@ -73,7 +73,6 @@ def get_flow_pool_recommend_config(flow_pool_id):
         return None
     flow_pool_distribute_config = result['data'].get('flowPoolDistributeConfig')
     if flow_pool_distribute_config:
-        print(flow_pool_distribute_config)
         if int(eval(flow_pool_distribute_config).get('flowPoolId')) == flow_pool_id:
             return eval(eval(flow_pool_distribute_config).get('distributeRate'))
         else: