Remove Legacy debug in sync request

This commit is contained in:
Kevin Zhang 2021-08-13 15:56:58 +08:00
parent 7ab86ca1f2
commit 991b89ff44

View file

@ -198,15 +198,6 @@ namespace Flow.Launcher.Core.Plugin
return string.Empty;
}
if (result.StartsWith("DEBUG:"))
{
MessageBox.Show(new Form
{
TopMost = true
}, result.Substring(6));
return string.Empty;
}
return result;
}
catch (Exception e)