commit | 9468e0943dc4e7cf2fbc50afc2da0409728308e8 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Mar 09 20:38:16 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Mar 09 20:38:16 2015 -0700 |
tree | d698d1cf9d4d565ee69c031e996dcc1bedc1eadc | |
parent | ff229dbb8dd863276aff78f2c24d467cd9fea56c [diff] |
remove debugging code
diff --git a/xos/core/views/hpc_config.py b/xos/core/views/hpc_config.py index face238..19d1a71 100644 --- a/xos/core/views/hpc_config.py +++ b/xos/core/views/hpc_config.py
@@ -30,8 +30,6 @@ elif ("hpc" in slice.name) or ("vcoblitz" in slice.name): hpcSlice = slice - return HttpResponseServerError("Error: Test") - if not cmiSlice: return HttpResponseServerError("Error: no CMI slice")