From e66c8152952be7f55b431fda932b7d80a9038d92 Mon Sep 17 00:00:00 2001 From: Ske Date: Sat, 15 Jun 2019 11:55:40 +0200 Subject: [PATCH] Remove unused function --- PluralKit.Bot/Commands/ImportExportCommands.cs | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/PluralKit.Bot/Commands/ImportExportCommands.cs b/PluralKit.Bot/Commands/ImportExportCommands.cs index 5e10e1e2..826c8183 100644 --- a/PluralKit.Bot/Commands/ImportExportCommands.cs +++ b/PluralKit.Bot/Commands/ImportExportCommands.cs @@ -113,19 +113,5 @@ namespace PluralKit.Bot.Commands await Context.Channel.SendFileAsync(stream, "system.json", $"{Emojis.Success} Here you go!"); }); } - - private DataFileSystem? TryDeserialize(string json) - { - try - { - - } - catch (JsonException e) - { - Console.WriteLine("uww"); - } - - return null; - } } } \ No newline at end of file