diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-12 23:18:29 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-12 23:18:41 +0000 |
commit | 05d1b0d3f4e39dc50c830d7fa5006acae0462076 (patch) | |
tree | 3525ab25ce21ab9f53714e7bc6dac3aa82442190 | |
parent | af9df171e99c8601be17ca2d0730b13395c280f5 (diff) | |
download | git-deps-05d1b0d3f4e39dc50c830d7fa5006acae0462076.tar.gz |
disable layout debugging
-rw-r--r-- | html/js/git-deps-layout.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-layout.coffee b/html/js/git-deps-layout.coffee index f3f66af..5bb78c4 100644 --- a/html/js/git-deps-layout.coffee +++ b/html/js/git-deps-layout.coffee @@ -1,4 +1,4 @@ -DEBUG = true +DEBUG = false MIN_ROW_GAP = 80 MIN_NODE_X_GAP = 50 |