🔥 — Remove code from abandonned feature

This commit is contained in:
Luc Didry 2020-07-19 18:07:18 +02:00
parent 35d09cbabd
commit 5e2dd60cf2
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
2 changed files with 1 additions and 10 deletions

View File

@ -1,6 +1,7 @@
Revision history for Lufi
?.??.? ????-??-??
- 🔥 Remove code from abandonned feature
0.05.1 2020-06-30
- Update german translation

View File

@ -1,6 +1,5 @@
package Lufi::Command::sqliteToOtherDB;
use Mojo::Base 'Mojolicious::Command';
use Lufi::DB::BreakingChange;
use Lufi::DB::File;
use Lufi::DB::Slice;
use Lufi::DB::Invitation;
@ -93,15 +92,6 @@ sub run {
->write();
$progress->update();
});
$changes->each(sub {
my ($change, $num) = @_;
Lufi::DB::BreakingChange->new(app => $c->app)
->change($change->{change})
->ack($change->{ack})
->write();
$progress->update();
});
}
=encoding utf8