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
commit150cf2739829714d70bdb23711d1c65c2460382a (patch)
tree779cb3df932721f38f9b83acd50c23a9568058b7 /doc/README.mdwn
parentebb4d28ea6c3e86ba03c88f269189ac4cfdf45a0 (diff)
parentf586f933abb27ba92851db5a4d605202bc14d1bb (diff)
Merge branch 'joeyconfig'
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.