*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 8 Jul 2005 05:29:53 +0000 (05:29 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 8 Jul 2005 05:29:53 +0000 (05:29 +0000)
tests/js-test/js/httpd/httpd.js

index 7824677..9fcbe41 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: httpd.js,v 1.30 2005/07/07 21:15:57 mmondor Exp $ */
+/* $Id: httpd.js,v 1.31 2005/07/08 05:29:53 mmondor Exp $ */
 
 /*
  * Copyright (c) 2005, Matthew Mondor
@@ -90,7 +90,7 @@ eval(file_read('root.js'));           /* Root object for virtual chroot(2) */
  * Server identification
  */
 SERVER_VERSION                 = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID   = '$Id: httpd.js,v 1.30 2005/07/07 21:15:57 mmondor Exp $';
+SERVER_CVSID   = '$Id: httpd.js,v 1.31 2005/07/08 05:29:53 mmondor Exp $';
 
 
 
@@ -897,16 +897,6 @@ FD.prototype.httpDebug = function()
        tr = new MLTag('tr', true);
        td = new MLTag('td', true);
        td.addAttr('align', 'right');
-       td.addContent('ID:');
-       tr.addContent(td);
-       td = new MLTag('td', true);
-       td.addContent(this.index);
-       tr.addContent(td);
-       table.addContent(tr);
-
-       tr = new MLTag('tr', true);
-       td = new MLTag('td', true);
-       td.addAttr('align', 'right');
        td.addContent('You sent:');
        tr.addContent(td);
        td = new MLTag('td', true);