From d49cfb5f69cfc8451455f9b5871f0187ed61b90c Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Thu, 5 Jul 2018 18:54:55 +0200 Subject: [PATCH] Remove hook (#1461) --- lemonldap-ng-portal/t/test-lib.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lemonldap-ng-portal/t/test-lib.pm b/lemonldap-ng-portal/t/test-lib.pm index a92e1d57a..14a8d9eb3 100644 --- a/lemonldap-ng-portal/t/test-lib.pm +++ b/lemonldap-ng-portal/t/test-lib.pm @@ -416,7 +416,6 @@ sub _post { || 'application/x-www-form-urlencoded', } ); - Test::More::diag("Pdata") if ( grep /pdata/, @{ $res->[1] } ); return $res; }