summaryrefslogtreecommitdiff
path: root/doc/README.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-11-20 20:00:16 -0400
committerJoey Hess2014-11-20 20:00:16 -0400
commitf586f933abb27ba92851db5a4d605202bc14d1bb (patch)
tree86c5d18df16ebfd3c62e7e02a3c7fb67b5af8292 /doc/README.mdwn
parente53de39ec4506082b5a42e60c44fd63f65aae355 (diff)
update
Diffstat (limited to 'doc/README.mdwn')
-rw-r--r--doc/README.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index c509ccdc..3ced98f6 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -55,8 +55,3 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
8. Optionally, set up a [centralized git repository](https://propellor.branchable.com/centralized_git_repository/)
so that multiple hosts can be updated with a simple `git commit -S; git push`
9. Write some neat new properties and send patches!
-
-## debugging
-
-Set `PROPELLOR_DEBUG=1` to make propellor print out all the commands it runs
-and any other debug messages that Properties choose to emit.