From 885396241cdfc26c8cee7e936bfe33664a35fad6 Mon Sep 17 00:00:00 2001 From: Bob Da Ross <52760019+BobDaRoss@users.noreply.github.com> Date: Fri, 18 Jun 2021 23:48:27 -0500 Subject: [PATCH] removed obscure error log and updated version --- SeamlessClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SeamlessClient.cs b/SeamlessClient.cs index 2321bff..16d181f 100644 --- a/SeamlessClient.cs +++ b/SeamlessClient.cs @@ -106,7 +106,7 @@ namespace SeamlessClientPlugin - public static string Version = "1.2.20"; + public static string Version = "1.3.00"; public static bool Debug = false; private static bool Initilized = false; @@ -163,7 +163,7 @@ namespace SeamlessClientPlugin } catch (Exception ex) { - TryShow(ex.ToString()); + //TryShow(ex.ToString()); } }