summaryrefslogtreecommitdiff
path: root/Plexservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plexservice.cpp')
-rw-r--r--Plexservice.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Plexservice.cpp b/Plexservice.cpp
index b8d41b7..76de898 100644
--- a/Plexservice.cpp
+++ b/Plexservice.cpp
@@ -126,7 +126,6 @@ std::shared_ptr<MediaContainer> Plexservice::GetSection(std::string section, boo
pRequest = CreateRequest(uri);
if(putOnStack) {
m_vUriStack.push(uri);
- std::cout << "Get: " << uri << std::endl;
}
m_pPlexSession->sendRequest(*pRequest);
@@ -152,7 +151,6 @@ std::shared_ptr<MediaContainer> Plexservice::GetLastSection()
// discard last one
m_vUriStack.pop();
std::string uri = m_vUriStack.top();
- std::cout << "Pop: " << uri << std::endl;
return GetSection(uri, false);
}
return NULL;