| Index: action.h
|
| diff --git a/action.h b/action.h
|
| index 9e6eb94a000373bcfa0f8361d333b7e0a128687e..7ce9f60001c1729ff286fbeef5ee15f3ce371996 100644
|
| --- a/action.h
|
| +++ b/action.h
|
| @@ -125,9 +125,7 @@ class ActionTraits;
|
| template<typename SubClass>
|
| class Action : public AbstractAction {
|
| public:
|
| - virtual ~Action() {
|
| - LOG(INFO) << "Action died";
|
| - }
|
| + virtual ~Action() {}
|
|
|
| // Attaches an input pipe to this Action. This is optional; an Action
|
| // doesn't need to have an input pipe. The input pipe must be of the type
|
|
|