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