diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php
index 0b935dd173b1dcbf6f5b387db667f0d7766c023a..c69b2304c6429003cb4a61b109849ca16738d6b9 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" ) ) );