uncommented debugged statement

This commit is contained in:
ggurdin 2024-10-08 15:23:45 -04:00
parent dd14434375
commit 48b8b5caa3
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
2 changed files with 2 additions and 2 deletions

View file

@ -393,7 +393,7 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
const SizedBox(width: 5),
// Pangea#
SizedBox(
width: 40, //was 36 before
width: 36,
child: Text(
statusText,
style: TextStyle(

View file

@ -76,7 +76,7 @@ class IgcController {
debugPrint("igc text ${igcTextData.toString()}");
} catch (err, stack) {
//debugger(when: kDebugMode);
debugger(when: kDebugMode);
choreographer.errorService.setError(
ChoreoError(type: ChoreoErrorType.unknown, raw: err),
);