diff --git a/lib/Pear/LocalLoop/Command/dev_data.pm b/lib/Pear/LocalLoop/Command/dev_data.pm index 7c6b04e..132ce7d 100644 --- a/lib/Pear/LocalLoop/Command/dev_data.pm +++ b/lib/Pear/LocalLoop/Command/dev_data.pm @@ -25,13 +25,6 @@ sub run { my $schema = $self->app->schema; - $schema->resultset('AgeRange')->populate([ - [ qw/ string / ], - [ '20-35' ], - [ '35-50' ], - [ '50+' ], - ]); - $schema->resultset('Leaderboard')->populate([ [ qw/ name type / ], [ 'Daily Total', 'daily_total' ],