summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/HTTPServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/server/HTTPServer.cpp')
-rw-r--r--src/uscxml/server/HTTPServer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/uscxml/server/HTTPServer.cpp b/src/uscxml/server/HTTPServer.cpp
index cb80ec4..044cb6c 100644
--- a/src/uscxml/server/HTTPServer.cpp
+++ b/src/uscxml/server/HTTPServer.cpp
@@ -331,12 +331,6 @@ void HTTPServer::httpRecvReqCallback(struct evhttp_request *req, void *callbackD
}
raw << std::endl;
- // This was used for debugging
-// if (boost::ends_with(request.data.compound["path"].atom, ".png")) {
-// evhttp_send_error(req, 404, NULL);
-// return;
-// }
-
// seperate path into components
{
std::stringstream ss(request.data.compound["path"].atom);