summaryrefslogtreecommitdiff
path: root/rotord
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-02-26 09:00:03 +0000
committerComment <tim@gray.(none)>2013-02-26 09:00:03 +0000
commitc0758ba28eb13c198551e3a18d37d8582e76e02d (patch)
tree72e5361bc8cb23181a6a383ffcf2dec28e38135d /rotord
parent963963271f0bec94a4d3d8b6b0fe60621d83318d (diff)
python testing tool
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;
}
}