removed obscure error log and updated version

This commit is contained in:
Bob Da Ross
2021-06-18 23:48:27 -05:00
parent dc9cd4a54a
commit 885396241c

View File

@@ -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());
}
}