Cleaned up Job Queue, Gql Logs, and fixed issue for audatex Lin Files with PART_DES_J
This commit is contained in:
@@ -33,16 +33,6 @@ namespace BodyshopPartner.Utils
|
||||
logger.Error("Unable to register exception " + Ex.ToString());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// System.Diagnostics.Process process = new System.Diagnostics.Process();
|
||||
// System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();
|
||||
// startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
|
||||
// startInfo.FileName = "cmd.exe";
|
||||
// startInfo.Arguments = "netsh http add urlacl url=http://+:1337/ user=\"Everyone\"";
|
||||
// startInfo.Verb = "runas";
|
||||
// process.StartInfo = startInfo;
|
||||
//return process.Start();
|
||||
}
|
||||
|
||||
public static void InitializeSquirrelAware()
|
||||
@@ -59,7 +49,6 @@ namespace BodyshopPartner.Utils
|
||||
{
|
||||
|
||||
bool successful = AddHttpExcetion();
|
||||
|
||||
if (successful)
|
||||
{
|
||||
logger.Debug("Successfully added exception.");
|
||||
|
||||
Reference in New Issue
Block a user