You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by hu...@apache.org on 2018/08/27 20:25:43 UTC

[incubator-heron] branch master updated: revert heron_excutor.py - delete unnecessary logs (#3008)

This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new c08bb8d  revert heron_excutor.py - delete unnecessary logs (#3008)
c08bb8d is described below

commit c08bb8d2f22565727b55194af2ea71f12f8c5768
Author: Yao Li <cl...@gmail.com>
AuthorDate: Mon Aug 27 13:25:41 2018 -0700

    revert heron_excutor.py - delete unnecessary logs (#3008)
---
 heron/executor/src/python/heron_executor.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/heron/executor/src/python/heron_executor.py b/heron/executor/src/python/heron_executor.py
index 05b60fc..d62b7da 100755
--- a/heron/executor/src/python/heron_executor.py
+++ b/heron/executor/src/python/heron_executor.py
@@ -812,9 +812,6 @@ class HeronExecutor(object):
       if container_plan.id == container_id:
         this_container_plan = container_plan
 
-    Log.info("container_id = ")
-    Log.info(container_id)
-    Log.info(packing_plan)
     # make sure that our shard id is a valid one
     assert this_container_plan is not None
     return this_container_plan.instance_plans