Ejegg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/168515

Change subject: Remove OAuth debug logging
......................................................................

Remove OAuth debug logging

Change-Id: I045f75dee1fde27c32da753148ac913dff9159b6
---
M oauth/lib/oauth.js
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/dash/node_modules 
refs/changes/15/168515/1

diff --git a/oauth/lib/oauth.js b/oauth/lib/oauth.js
index 68afcfd..50dccf9 100644
--- a/oauth/lib/oauth.js
+++ b/oauth/lib/oauth.js
@@ -4,8 +4,7 @@
     https= require('https'),
     URL= require('url'),
     querystring= require('querystring'),
-    OAuthUtils= require('./_utils'),
-    syslog= require( 'node-syslog' );
+    OAuthUtils= require('./_utils');
 
 exports.OAuth= function(requestUrl, accessUrl, consumerKey, consumerSecret, 
version, authorize_callback, signatureMethod, nonceSize, customHeaders) {
   this._isEcho = false;
@@ -198,7 +197,6 @@
 }
 
 exports.OAuth.prototype._createSignature= function(signatureBase, tokenSecret) 
{
-   syslog.log( syslog.LOG_DEBUG, "Signing OAuth request - base string is '" + 
signatureBase + "'" );
    if( tokenSecret === undefined ) var tokenSecret= "";
    else tokenSecret= this._encodeData( tokenSecret );
    // consumerSecret is already encoded

-- 
To view, visit https://gerrit.wikimedia.org/r/168515
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I045f75dee1fde27c32da753148ac913dff9159b6
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/dash/node_modules
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to