Skip to content

Commit

Permalink
[audioinfo.php] Remove debug logging from parseTrackInfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
moodeaudio committed Dec 2, 2024
1 parent 9a94879 commit f990fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/command/audioinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function parseStationInfo($path) {
}

function parseTrackInfo($resp) {
workerLog('parseTrackInfo(): (' . $resp . ')');
//workerLog('parseTrackInfo(): (' . $resp . ')');
/* Layout
0 Cover url
1 File path
Expand Down

0 comments on commit f990fa9

Please sign in to comment.