From ae311a9afd507cae288e1de79d56d78233396f91 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:27:02 +0000 Subject: [PATCH] Update Src/VTEX/VTEXWrapper.cs --- Src/VTEX/VTEXWrapper.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Src/VTEX/VTEXWrapper.cs b/Src/VTEX/VTEXWrapper.cs index e5ed94b65..b789d4bf6 100644 --- a/Src/VTEX/VTEXWrapper.cs +++ b/Src/VTEX/VTEXWrapper.cs @@ -98,12 +98,6 @@ private static string InternalUserAgent /// Initializes a new instance of the class. /// /// The account name. - public VTEXWrapper(string accountName) - { - _accountName = accountName; - _requestMediator.Set(); - } - #endregion #region Implementation of IDisposable