Removed unnecessary logging

This commit is contained in:
Aditya Kumar Das 2024-02-25 15:18:41 +05:30 committed by GitHub
parent faa4af01a9
commit 8ad12b5f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,9 +137,9 @@ abstract class ServiceUtils {
try { try {
topResultPath = searchResultObj["response"]["sections"][0]["hits"][0] topResultPath = searchResultObj["response"]["sections"][0]["hits"][0]
["result"]["path"] as String; ["result"]["path"] as String;
logger.t("topResultPath: $topResultPath"); logger.t("topResultUrl: https://genius.com$topResultPath");
} catch (e) { } catch (e) {
logger.e(e); //logger.e(e);
throw "topResultPath not found!"; throw "topResultPath not found!";
} }
final lyrics = final lyrics =