mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-06 05:18:47 +00:00
fix: remove print statements
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
This commit is contained in:
parent
8f8b970d00
commit
fd864cf4e2
2 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@ class PassFile {
|
|||
extension: 'strings',
|
||||
locale: locale,
|
||||
);
|
||||
print(paths);
|
||||
if (paths.isEmpty) return null;
|
||||
final file = _folder.singleWhere((element) => element.name == paths.first);
|
||||
return LProjParser.parse(file.stringContent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue