diff options
| -rw-r--r-- | app/Controller/PedigreeController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/PedigreeController.php b/app/Controller/PedigreeController.php index 7da9bc4600..1de6c89f66 100644 --- a/app/Controller/PedigreeController.php +++ b/app/Controller/PedigreeController.php @@ -76,7 +76,6 @@ class PedigreeController extends ChartController { $addoffset = array(); // With more than 8 generations, we run out of pixels on the <canvas> - // TODO investigate adding additional canvas elements if ($this->generations > 8) { $this->generations = 8; } |
