summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmorph-cache-server6
1 files changed, 0 insertions, 6 deletions
diff --git a/morph-cache-server b/morph-cache-server
index e633d90..8ff7f44 100755
--- a/morph-cache-server
+++ b/morph-cache-server
@@ -307,13 +307,7 @@ class MorphCacheServer(cliapp.Application):
@app.post('/artifacts')
def post_artifacts():
- #artifacts = request.forms.get('artifacts').split(',')
-
- # TODO: we probably ought to figure out why this is being
- # returned as a list
artifacts = urlparse.parse_qs(request.body.read())['artifacts'][0].split(',')
- logging.debug(artifacts)
-
results = {}
logging.debug('Received a POST request for /artifacts')