зеркало из https://github.com/mozilla/pjs.git
Took out debug println in POST.
This commit is contained in:
Родитель
611d29d7ea
Коммит
0bbeff71a1
|
@ -59,7 +59,7 @@ import java.io.FileInputStream;
|
||||||
* This is a test application for using the BrowserControl.
|
* This is a test application for using the BrowserControl.
|
||||||
|
|
||||||
*
|
*
|
||||||
* @version $Id: EMWindow.java,v 1.34 2001-07-17 20:46:32 edburns%acm.org Exp $
|
* @version $Id: EMWindow.java,v 1.35 2001-07-27 17:24:25 edburns%acm.org Exp $
|
||||||
*
|
*
|
||||||
* @see org.mozilla.webclient.BrowserControlFactory
|
* @see org.mozilla.webclient.BrowserControlFactory
|
||||||
|
|
||||||
|
@ -569,7 +569,6 @@ public void actionPerformed (ActionEvent evt)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (command.equals("POST")) {
|
else if (command.equals("POST")) {
|
||||||
System.out.println("debug: edburns: post");
|
|
||||||
navigation.post(urlField.getText(),
|
navigation.post(urlField.getText(),
|
||||||
null,
|
null,
|
||||||
"TESTDATA\r\n",
|
"TESTDATA\r\n",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче