diff --git a/start_ccs.py b/start_ccs.py
index dbb8c160eb660d0beb62c506d958fe7f8e6d66aa..eb64112c1b1c8e2a2268dce2541b0fff8427d080 100755
--- a/start_ccs.py
+++ b/start_ccs.py
@@ -8,8 +8,8 @@ import ccs_function_lib as cfl
 
 
 if __name__ == '__main__':
-    files_to_open = (
-        os.path.join(confignator.get_option('paths', 'tst'), 'prep_test_env.py'),
-        os.path.join(confignator.get_option('paths', 'obsw'), 'send_TC.py')
-    )
+    files_to_open = ()
+    #     os.path.join(confignator.get_option('paths', 'tst'), 'prep_test_env.py'),
+    #     os.path.join(confignator.get_option('paths', 'obsw'), 'send_TC.py')
+    # )
     cfl.start_editor(False, *files_to_open)