mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Legacy debug in sync request
This commit is contained in:
parent
7ab86ca1f2
commit
991b89ff44
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue