From 89e3c9f76d3d3c982f394ee1834c1266d98ba5a2 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 13 Jun 2020 20:22:38 +0200 Subject: [PATCH] Remove debugging leftover --- .../SteamTokenDumperPlugin.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs index 732dff163..b36205aea 100644 --- a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs @@ -356,8 +356,6 @@ namespace ArchiSteamFarm.OfficialPlugins.SteamTokenDumper { synchronization.RefreshTimer.Change(timeSpan, timeSpan); synchronization.RefreshSemaphore.Release(); - - Utilities.InBackground(SubmitData); } }