diff --git a/include/core/processor/processor_base.h b/include/core/processor/processor_base.h
index e1d222ae405de823e48a8317f9b38ef1e754837a..c8945c8036ff54dc2e0fe2243b3ec0919c66eba4 100644
--- a/include/core/processor/processor_base.h
+++ b/include/core/processor/processor_base.h
@@ -243,7 +243,6 @@ struct ParamsProcessorBase : public ParamsBase
     std::string print() const override
     {
         return    "voting_active: "         + std::to_string(voting_active)         + "\n"
-                + "voting_aux_active: "     + std::to_string(voting_aux_active)     + "\n"
                 + "time_tolerance: "        + std::to_string(time_tolerance)        + "\n"
                 + "apply_loss_function: "   + std::to_string(apply_loss_function)   + "\n";
     }