From 7d6566a4cc70b5fb3b5dd66e66c852f6a765c2ac Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 16 Mar 2016 15:37:47 +0100 Subject: log to syslog --- PlexHTTPRequestHandler.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'PlexHTTPRequestHandler.cpp') diff --git a/PlexHTTPRequestHandler.cpp b/PlexHTTPRequestHandler.cpp index 8cf8cef..81f0628 100644 --- a/PlexHTTPRequestHandler.cpp +++ b/PlexHTTPRequestHandler.cpp @@ -234,7 +234,6 @@ void PlayerRequestHandler::handleRequest(Poco::Net::HTTPServerRequest& request, std::string key = query["key"]; std::string fullUrl = protocol + "://" + address + ":" + port + key; // Metainfo - std::cout << fullUrl << std::endl; auto Cont = Plexservice::GetMediaContainer(fullUrl); // Check for video -- cgit v1.2.3