diff --git a/modules/oauth/libextinc/OAuth.php b/modules/oauth/libextinc/OAuth.php
index ba74acd4cdbb72e57109235a5a13b6e97c70e96e..b967da6ff6d509e85a788468333798df42c45e6a 100644
--- a/modules/oauth/libextinc/OAuth.php
+++ b/modules/oauth/libextinc/OAuth.php
@@ -595,11 +595,6 @@ class OAuthServer {/*{{{*/
 	// SimpleSAML_Logger::info('request: ' . var_export($request, TRUE));
 	// SimpleSAML_Logger::info('token_type: ' . var_export($token_type, TRUE));
 	// SimpleSAML_Logger::info('token_field: ' . var_export($token_field, TRUE));
-	// 
-	// $bt = SimpleSAML_Utilities::buildBacktrace(new Exception());
-	// foreach ($bt AS $t) {
-	// 	SimpleSAML_Logger::info('   ' . $t);
-	// }
 
     $token = $this->data_store->lookup_token(
       $consumer, $token_type, $token_field