From 75571a8148bfd2b1527e06ddd4a4ce16a8a05e15 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 6 Aug 2010 07:22:33 +0000 Subject: [PATCH] oauth: Remove some debug code. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2486 44740490-163a-0410-bde0-09ae8108e29a --- modules/oauth/libextinc/OAuth.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/oauth/libextinc/OAuth.php b/modules/oauth/libextinc/OAuth.php index ba74acd4c..b967da6ff 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 -- GitLab