[Slim-Checkins] r12701 - /trunk/server/Slim/Plugin/Pandora/ProtocolHandler.pm
andy at svn.slimdevices.com
andy at svn.slimdevices.com
Thu Aug 23 11:39:31 PDT 2007
Author: andy
Date: Thu Aug 23 11:39:31 2007
New Revision: 12701
URL: http://svn.slimdevices.com?rev=12701&view=rev
Log:
Remove some Pandora debugging
Modified:
trunk/server/Slim/Plugin/Pandora/ProtocolHandler.pm
Modified: trunk/server/Slim/Plugin/Pandora/ProtocolHandler.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Plugin/Pandora/ProtocolHandler.pm?rev=12701&r1=12700&r2=12701&view=diff
==============================================================================
--- trunk/server/Slim/Plugin/Pandora/ProtocolHandler.pm (original)
+++ trunk/server/Slim/Plugin/Pandora/ProtocolHandler.pm Thu Aug 23 11:39:31 2007
@@ -471,8 +471,6 @@
# Get the current track
my $currentTrack = $client->pluginData('prevTrack') || $client->pluginData('currentTrack');
- warn "Current track: " . Data::Dump::dump($currentTrack);
-
# SN URL to fetch track info menu
my $trackInfoURL = Slim::Networking::SqueezeNetwork->url(
'/api/pandora/opml/trackinfo?stationId=' . $stationId
More information about the checkins
mailing list