fix: removed unused param

This commit is contained in:
Torkel Ödegaard 2018-01-10 14:34:08 +01:00
parent ae9b3186e3
commit 9606a34e0a

View File

@ -256,7 +256,7 @@ export class DashboardModel {
this.events.emit('repeats-processed');
}
processRepeats(cleanUpOnly?: boolean) {
processRepeats() {
if (this.snapshot || this.templating.list.length === 0) {
return;
}