Remove notes and diags

This commit is contained in:
Colin Kuskie 2010-08-10 16:31:47 -07:00
parent bd4e7a2ec0
commit cb2bb75d23
7 changed files with 0 additions and 10 deletions

View file

@ -354,8 +354,6 @@ cmp_deeply(
isa_ok( $driver->get(), 'HASH', 'get returns a hashref if called with no param');
note explain $driver->get();
is($driver->get('groupToUse'), 7, '... default group is 7');
$options = $driver->get();