fix silly debug popup in JSBridge

This commit is contained in:
Chris Forbes
2011-01-06 08:41:23 +13:00
committed by Matthew Bowra-Dean
parent e50dc9a550
commit 975682c57b

View File

@@ -178,10 +178,6 @@ namespace OpenRA.Launcher
using (var reader = new StreamReader(pipe))
{
var data = reader.ReadToEnd();
/* debug */
MessageBox.Show(
string.Format("Finished HTTP Request -- {0},{1} => {2}",
url, callbackName, data));
document.InvokeScript(callbackName, new object[] { data });
}
}, url);