Index: action_pipe.h |
diff --git a/action_pipe.h b/action_pipe.h |
index 769704327f7b41aa0a2f121220a142bbc42e537b..4681627c70aee8d76dde55180c614516dfe69599 100644 |
--- a/action_pipe.h |
+++ b/action_pipe.h |
@@ -41,9 +41,7 @@ class Action; |
template<typename ObjectType> |
class ActionPipe { |
public: |
- virtual ~ActionPipe() { |
- LOG(INFO) << "ActionPipe died"; |
- } |
+ virtual ~ActionPipe() {} |
// This should be called by an Action on its input pipe. |
// Returns a reference to the stored object. |