diff options
-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 |