[Sie-announce] SIEコード [2073] 時間計測を外しておいた

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 10月 20日 (水) 21:07:20 JST


Revision: 2073
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2073
Author:   dhrname
Date:     2010-10-20 21:07:19 +0900 (Wed, 20 Oct 2010)

Log Message:
-----------
時間計測を外しておいた

Modified Paths:
--------------
    branches/06x/sie.js

Modified: branches/06x/sie.js
===================================================================
--- branches/06x/sie.js	2010-10-20 11:51:53 UTC (rev 2072)
+++ branches/06x/sie.js	2010-10-20 12:07:19 UTC (rev 2073)
@@ -3824,7 +3824,6 @@
        /*responseXMLを使うと、時々、空のデータを返すことがあるため(原因は不明)、
         *ここでは、responseTextを用いる
         */
-       var dew = new Date();
        str = this.xmlhttp.responseText;
        NAIBU.doc.async = false;
        /*下記のプロパティについては、Microsoftのサイトを参照
@@ -3948,7 +3947,6 @@
        }
        s.defaultView._cache = s.defaultView._cache_ele = null;
        s = evt = null;
-       alert((new Date()).getTime() - dew.getTime());
        if (this._next) {
          this._next._init();
        } else {




Sie-announce メーリングリストの案内
Back to archive index