mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
removed debug output.
This commit is contained in:
parent
dd0f452df8
commit
b2cf4dc35c
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue