Skip to content

Commit

Permalink
Fixed issue with contacts being created twice. Addresses #188.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek committed Oct 9, 2023
1 parent 394aa1e commit 8873a31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/gd73_codeplug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1475,11 +1475,6 @@ GD73Codeplug::decode(Config *config, const ErrorStack &err) {
return false;
}

if (! createContacts(ctx, err)) {
errMsg(err) << "Cannot decode codeplug.";
return false;
}

if (! createGroupLists(ctx, err)) {
errMsg(err) << "Cannot decode codeplug.";
return false;
Expand Down

0 comments on commit 8873a31

Please sign in to comment.