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")