Skip to content

Commit 991b89f

Browse files
committed
Remove Legacy debug in sync request
1 parent 7ab86ca commit 991b89f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,6 @@ protected string Execute(ProcessStartInfo startInfo)
198198
return string.Empty;
199199
}
200200

201-
if (result.StartsWith("DEBUG:"))
202-
{
203-
MessageBox.Show(new Form
204-
{
205-
TopMost = true
206-
}, result.Substring(6));
207-
return string.Empty;
208-
}
209-
210201
return result;
211202
}
212203
catch (Exception e)

0 commit comments

Comments
 (0)