diff options
Diffstat (limited to 'rotord/rotord.cpp')
| -rwxr-xr-x | rotord/rotord.cpp | 2 |
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; } } |
