diff --git a/main.py b/main.py
index 5a269d625a861209fdbcf9fce1b3a543b5b1b044..5e6f85fdc204599c937461a98bb87361d0f17576 100644
--- a/main.py
+++ b/main.py
@@ -22,9 +22,6 @@ class Cell:
     def __repr__(self):
         """Representation."""
         return "Cell()"
-        if self.is_on():
-            return "\N{Full Block}"
-        return " "
 
     def is_on(self):
         """Test current state."""