Commit 7dd05052 by 岳巧源

remove log info

parent b3a0aadd
Showing with 0 additions and 2 deletions
...@@ -176,7 +176,6 @@ class DataUtil: ...@@ -176,7 +176,6 @@ class DataUtil:
item["price_cn"] = float(0) item["price_cn"] = float(0)
table["ladder_price"].append(item) table["ladder_price"].append(item)
ans = json.dumps(table) ans = json.dumps(table)
logging.info(ans)
p.push(ans) p.push(ans)
p.close() p.close()
...@@ -256,7 +255,6 @@ class DataUtil: ...@@ -256,7 +255,6 @@ class DataUtil:
item["price_cn"] = float(ladder_prices["price-usd-" + str(k)]) item["price_cn"] = float(ladder_prices["price-usd-" + str(k)])
table["ladder_price"].append(item) table["ladder_price"].append(item)
ans = json.dumps(table) ans = json.dumps(table)
logging.info(ans)
p.push(ans) p.push(ans)
p.close() p.close()
......
File mode changed
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment