From 2bfef1bdc7ff224672e389a9f96b828700f95fab Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 14 Nov 2022 21:47:29 +0100 Subject: [PATCH] Problem resolution 2 --- .idea/Daflv4.iml | 12 ++++++++++++ .../dafl_project_flutter/lib/position/location.dart | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.idea/Daflv4.iml b/.idea/Daflv4.iml index 508dab8..0a4c8b0 100644 --- a/.idea/Daflv4.iml +++ b/.idea/Daflv4.iml @@ -30,6 +30,18 @@ + + + + + + + + + + + + diff --git a/Sources/dafl_project_flutter/lib/position/location.dart b/Sources/dafl_project_flutter/lib/position/location.dart index 1c7761b..906b1da 100644 --- a/Sources/dafl_project_flutter/lib/position/location.dart +++ b/Sources/dafl_project_flutter/lib/position/location.dart @@ -2,7 +2,6 @@ import 'package:dafl_project_flutter/main.dart'; import 'package:geolocator/geolocator.dart'; import 'package:http/http.dart' as http; import 'dart:convert'; -import 'dart:developer'; import 'dart:async'; class Location { @@ -36,7 +35,6 @@ class Location { "id" : actualUser.toString(), }); var data = jsonDecode(response.body); - log(data.toString()); return data.toString(); } } \ No newline at end of file