liqian 2 år sedan
förälder
incheckning
22a221dca5
1 ändrade filer med 0 tillägg och 1 borttagningar
  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: