From e9fa0f5eb4f31546eee1e75f45c1c2936a58eb6d Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 3 Oct 2021 01:21:27 +1000 Subject: [PATCH] Remove some debug messages --- lib/api_form.dart | 8 +------- lib/l10n | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/api_form.dart b/lib/api_form.dart index c83b945a..3a917fb8 100644 --- a/lib/api_form.dart +++ b/lib/api_form.dart @@ -343,7 +343,7 @@ class APIFormField { FilePickerDialog.pickFile( message: L10().attachmentSelect, onPicked: (file) { - print("${file.path}"); + // print("${file.path}"); // Display the filename controller.text = file.path.split("/").last; @@ -1089,9 +1089,6 @@ class _APIFormWidgetState extends State { } } - print("Submitting form data to server:"); - print(data.toString()); - final response = await _submit(data); if (!response.isValid()) { @@ -1099,9 +1096,6 @@ class _APIFormWidgetState extends State { return; } - print("Response: ${response.statusCode}"); - print(response.data.toString()); - switch (response.statusCode) { case 200: case 201: diff --git a/lib/l10n b/lib/l10n index ef5ca26e..603e0420 160000 --- a/lib/l10n +++ b/lib/l10n @@ -1 +1 @@ -Subproject commit ef5ca26effc8b203a0f49c0fd50afdc8ef2cc3aa +Subproject commit 603e0420a44996270e7cc29b278d8bdbf931e5c4