From 0b63b16fae80121d52a79334cc89eb4e30348452 Mon Sep 17 00:00:00 2001
From: Matthew Thomas <mthoma48@myune.edu.au>
Date: Fri, 23 Jul 2021 16:19:08 -0400
Subject: [PATCH] Refactor bug fixes

---
 src/main/java/dotsandboxes/DotsAndBoxesGrid.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/main/java/dotsandboxes/DotsAndBoxesGrid.java b/src/main/java/dotsandboxes/DotsAndBoxesGrid.java
index 08591b6..ca8ac09 100644
--- a/src/main/java/dotsandboxes/DotsAndBoxesGrid.java
+++ b/src/main/java/dotsandboxes/DotsAndBoxesGrid.java
@@ -115,10 +115,6 @@ public class DotsAndBoxesGrid {
                     return true;
                 }
             }
-            else {
-                return false;
-            }
-
         // A box is complete if the north and south horizontals and the east and west verticals have all been drawn
     return false;
     }
-- 
GitLab