diff --git a/franz/Telefranz.cs b/franz/Telefranz.cs index a957338..920dd51 100644 --- a/franz/Telefranz.cs +++ b/franz/Telefranz.cs @@ -72,13 +72,6 @@ namespace franz Environment.Exit(0); } }); - addHandler((m) => - { - if (m.name == handling_group) - { - throw new NotImplementedException();//TODO - } - }); } public static void Configure(string name, string bootstrap_servers, List commands = null, List checks = null,