summaryrefslogtreecommitdiff
path: root/rotord
diff options
context:
space:
mode:
Diffstat (limited to 'rotord')
-rwxr-xr-xrotord/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp
index e04ba30..fc74801 100755
--- a/rotord/rotord.cpp
+++ b/rotord/rotord.cpp
@@ -193,7 +193,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS
//get audio file location and initiate analysis
stringstream str;
str << request.stream();
- content << str;
+ //content << str;
}
}