mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-13 02:17:30 +00:00
Removed unnecessary logging
This commit is contained in:
parent
faa4af01a9
commit
8ad12b5f42
@ -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 =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user