Repository: incubator-stratos Updated Branches: refs/heads/master 6932793f6 -> 0155eca7d
removing a unnecessary log Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/61e732d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/61e732d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/61e732d1 Branch: refs/heads/master Commit: 61e732d1513f2bf7306a1384fcfa1ec59ff5ccb7 Parents: c578a50 Author: Nirmal Fernando <[email protected]> Authored: Sat Mar 22 10:40:39 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Sat Mar 22 10:40:39 2014 +0530 ---------------------------------------------------------------------- .../stratos/manager/publisher/InstanceNotificationPublisher.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/61e732d1/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/InstanceNotificationPublisher.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/InstanceNotificationPublisher.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/InstanceNotificationPublisher.java index 4e4ed39..f8aea72 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/InstanceNotificationPublisher.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/InstanceNotificationPublisher.java @@ -39,7 +39,6 @@ public class InstanceNotificationPublisher { private void publish(Event event) { EventPublisher depsyncEventPublisher = DataHolder.getEventPublisher(); - log.info("publishing ** "); depsyncEventPublisher.publish(event); }
