diff options
| author | Christian Fowler <spider@viovio.com> | 2009-07-13 01:44:25 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-07-13 01:44:25 +0000 |
| commit | 8234e7d487fb21ab480307589f22ed47f648196e (patch) | |
| tree | 073dcfc9d1ceff113bac82731fb24259ea8172f9 /javascript | |
| parent | 08cff0dc607a3b2497826ef7edd6e8817e03c996 (diff) | |
| download | util-8234e7d487fb21ab480307589f22ed47f648196e.tar.gz util-8234e7d487fb21ab480307589f22ed47f648196e.tar.bz2 util-8234e7d487fb21ab480307589f22ed47f648196e.zip | |
remove debug output
Diffstat (limited to 'javascript')
| -rw-r--r-- | javascript/bitweaver.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/javascript/bitweaver.js b/javascript/bitweaver.js index de48a5a..264f752 100644 --- a/javascript/bitweaver.js +++ b/javascript/bitweaver.js @@ -1,4 +1,4 @@ -// $Header: /cvsroot/bitweaver/_bit_util/javascript/bitweaver.js,v 1.48 2009/07/12 18:18:20 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_util/javascript/bitweaver.js,v 1.49 2009/07/13 01:44:25 spiderr Exp $ // please modify this file and leave plenty of comments. This file will be // compressed automatically. Please make sure you only use comments beginning @@ -1043,7 +1043,6 @@ BitBase = { return true; }; this.update = function( pUpdateEleId, sURL, sVars, sMethod ) { - console.log( sURL + ',' + sMethod + '.' + sVars ); this.connect( sURL, sVars, function( pResponse ) { document.getElementById( pUpdateEleId ).innerHTML = pResponse.responseText; }, sMethod ); }; return this; |
