From 8ad12b5f42a40cccc5f591d35a8a3a972960c9c0 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Das Date: Sun, 25 Feb 2024 15:18:41 +0530 Subject: [PATCH] Removed unnecessary logging --- lib/utils/service_utils.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/service_utils.dart b/lib/utils/service_utils.dart index 43c2a7f9..67b51c1f 100644 --- a/lib/utils/service_utils.dart +++ b/lib/utils/service_utils.dart @@ -137,9 +137,9 @@ abstract class ServiceUtils { try { topResultPath = searchResultObj["response"]["sections"][0]["hits"][0] ["result"]["path"] as String; - logger.t("topResultPath: $topResultPath"); + logger.t("topResultUrl: https://genius.com$topResultPath"); } catch (e) { - logger.e(e); + //logger.e(e); throw "topResultPath not found!"; } final lyrics =