fix silly debug popup in JSBridge
This commit is contained in:
committed by
Matthew Bowra-Dean
parent
e50dc9a550
commit
975682c57b
@@ -178,10 +178,6 @@ namespace OpenRA.Launcher
|
|||||||
using (var reader = new StreamReader(pipe))
|
using (var reader = new StreamReader(pipe))
|
||||||
{
|
{
|
||||||
var data = reader.ReadToEnd();
|
var data = reader.ReadToEnd();
|
||||||
/* debug */
|
|
||||||
MessageBox.Show(
|
|
||||||
string.Format("Finished HTTP Request -- {0},{1} => {2}",
|
|
||||||
url, callbackName, data));
|
|
||||||
document.InvokeScript(callbackName, new object[] { data });
|
document.InvokeScript(callbackName, new object[] { data });
|
||||||
}
|
}
|
||||||
}, url);
|
}, url);
|
||||||
|
|||||||
Reference in New Issue
Block a user