diff options
| author | Comment <tim@gray.(none)> | 2013-02-26 09:00:03 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-02-26 09:00:03 +0000 |
| commit | c0758ba28eb13c198551e3a18d37d8582e76e02d (patch) | |
| tree | 72e5361bc8cb23181a6a383ffcf2dec28e38135d /rotord | |
| parent | 963963271f0bec94a4d3d8b6b0fe60621d83318d (diff) | |
python testing tool
Diffstat (limited to 'rotord')
| -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; } } |
