Katie Horn has submitted this change and it was merged.

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(-)

Approvals:
  Katie Horn: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I045f75dee1fde27c32da753148ac913dff9159b6
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/dash/node_modules
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to