mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
chore: remove unwanted debugPrint
This commit is contained in:
@@ -50,7 +50,6 @@ class _AuthFieldState extends State<EnvAuthField> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
debugPrint(widget.initialValue);
|
||||
return AutofillGroup(
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
||||
Reference in New Issue
Block a user