From 53b1e4f67dbefa9826c050a02a6173af6bc78e91 Mon Sep 17 00:00:00 2001
From: Martin Haase <martin.haase@daasi.de>
Date: Mon, 13 Jul 2009 08:00:11 +0000
Subject: [PATCH] removed debug output

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@3875 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 .../rbacSoap/TgExtra.class.php                                | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php
index 0b935dd..c69b230 100755
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php
@@ -126,10 +126,6 @@ class TgExtra {
     $filter .= "(&" . $this->config->getValue( "authentication", "filter" );
     $filter .= "(" . $this->config->getValue( "authentication", "namingattribute" ) . "=" . $inRequest->username . "))";
 
-    $file = fopen( "/tmp/debug.log", "a+" );
-    fwrite( $file, "Searching with: " . $filter . "\n\n" );
-    fclose( $file );
-
     // Search for the users entry
     $arrUserEntry = $this->connection['user']->search( $this->config->getValue( "authentication", "base" ), $filter, "sub",
                                                        Array( $this->config->getValue( "authentication", "namingattribute" ) ) );
-- 
GitLab