removed obscure error log and updated version
This commit is contained in:
@@ -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;
|
public static bool Debug = false;
|
||||||
private static bool Initilized = false;
|
private static bool Initilized = false;
|
||||||
|
|
||||||
@@ -163,7 +163,7 @@ namespace SeamlessClientPlugin
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
TryShow(ex.ToString());
|
//TryShow(ex.ToString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user