Remove debugging print in tests.

This commit is contained in:
Bradley M. Kuhn 2015-12-20 12:11:42 -08:00
parent 4ca89cfad4
commit 5cc564202e

View file

@ -484,10 +484,6 @@ $rc = $fullConfig->{$rr}{'test-request-config'};
is_deeply(\%hh, { requestTypeId => $rr, requestConfigurationId => $rc },
"_getOrCreateRequestConfiguration: modification of paramater argument was correct after successful add");
use Data::Dumper;
print Data::Dumper->Dump( [ \%hh ]);
is_deeply $fullConfig,
{ 1 => { 'test-request-config' => 1 } },
"_getOrCreateRequestConfiguration: lookup of a request configuration works after _getOrCreateRequestConfiguration";