Remove hook (#1461)

This commit is contained in:
Xavier Guimard 2018-07-05 18:54:55 +02:00
parent b790270794
commit d49cfb5f69

View File

@ -416,7 +416,6 @@ sub _post {
|| 'application/x-www-form-urlencoded',
}
);
Test::More::diag("Pdata") if ( grep /pdata/, @{ $res->[1] } );
return $res;
}