From f2eedf98e032ccd9822f4ef61c864e51ffa29e7b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 23 Jan 2023 19:50:33 +0000 Subject: [PATCH] --- server/generator/SockBotProcessVendorNotifications.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/generator/SockBotProcessVendorNotifications.cs b/server/generator/SockBotProcessVendorNotifications.cs index 72da9f8..14c0afc 100644 --- a/server/generator/SockBotProcessVendorNotifications.cs +++ b/server/generator/SockBotProcessVendorNotifications.cs @@ -44,8 +44,6 @@ namespace Sockeye.Biz private static async Task ProcessVendorNotificationDataIntoPurchases() { - return; - using (AyContext ct = Sockeye.Util.ServiceProviderProvider.DBContext) { @@ -59,7 +57,6 @@ namespace Sockeye.Biz { foreach (var vn in vnList) { - log.LogDebug($"Processing vendor notification {vn.Id}-{vn.Created}"); if (string.IsNullOrWhiteSpace(vn.VendorData)) {