From 0f6c495d7cddc2fb95cabf5965764bf384ef7f0c Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Thu, 28 Oct 2021 21:21:02 -0400 Subject: [PATCH] I don't think this can be handled at my level --- franz/Telefranz.cs | 7 ------- 1 file changed, 7 deletions(-) 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,