diff --git a/cell.cpp b/cell.cpp
index bccca824de7ec55e323f4200a27604000d718d23..d5a1ac25873355ab943fd96d6303a06c3a47542b 100644
--- a/cell.cpp
+++ b/cell.cpp
@@ -64,7 +64,6 @@ void Cell::removeOption(int x)
 void Cell::addOption(int x)
 {
     blocked[x]--;
-    // if (!states[x]->isEnabled())
     if (blocked[x] < 1)
     {
         states[x]->setText(QString::number(x + 1));