Commit b21615134077ca2573ff5e8797ba32b9aaa1b8dd

Thomas de Grivel 2018-07-14T15:53:17

remove traces

diff --git a/core/operation.lisp b/core/operation.lisp
index 1f5a040..06aad77 100644
--- a/core/operation.lisp
+++ b/core/operation.lisp
@@ -100,12 +100,6 @@
 (defgeneric operation-before-p (resource op1 op2))
 (defgeneric sort-operations (resource operations))
 
-(trace resource-op-properties
-       op-properties
-       op-property-before-p
-       operation-before-p
-       sort-operations)
-
 (defmethod resource-op-properties ((res resource))
   (op-properties (class-of res)))
 
diff --git a/test.lisp b/test.lisp
index 1b904d8..3e70446 100644
--- a/test.lisp
+++ b/test.lisp
@@ -24,9 +24,6 @@
 
 ;; TEST
 
-#+nil
-(untrace shell-status)
-
 (setf (debug-p :shell) t)
 
 (with-host "root@dc"