diff --git a/ankiqt/ui/graphs.py b/ankiqt/ui/graphs.py index 172e962db..9e88fce5d 100644 --- a/ankiqt/ui/graphs.py +++ b/ankiqt/ui/graphs.py @@ -92,7 +92,6 @@ class AdjustableFigure(QWidget): self.onPeriodChange(idx, initialSkip=True) def onPeriodChange(self, index, initialSkip=False): - print "period changed!" self.config['graphs.period.' + self.name] = index self.range = self.choices[index] if not initialSkip: