Remove commented out code

This commit is contained in:
Neeraj Gupta 2023-08-21 22:39:31 +05:30
parent 10216af80a
commit 0ad3d57473

View file

@ -1,5 +1,6 @@
import "dart:math";
import "package:flutter/foundation.dart";
import "package:flutter/material.dart";
import "package:modal_bottom_sheet/modal_bottom_sheet.dart";
import "package:photos/core/configuration.dart";
@ -218,10 +219,9 @@ class AddPhotosPhotoWidget extends StatelessWidget {
showErrorDialog(
context,
context.l10n.oops,
context.l10n.somethingWentWrong + "\n$e",
context.l10n.somethingWentWrong + (kDebugMode ? "\n$e" : ""),
);
}
// Navigator.of(context).pop();
}
}
}