mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -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)
|
self.onPeriodChange(idx, initialSkip=True)
|
||||||
|
|
||||||
def onPeriodChange(self, index, initialSkip=False):
|
def onPeriodChange(self, index, initialSkip=False):
|
||||||
print "period changed!"
|
|
||||||
self.config['graphs.period.' + self.name] = index
|
self.config['graphs.period.' + self.name] = index
|
||||||
self.range = self.choices[index]
|
self.range = self.choices[index]
|
||||||
if not initialSkip:
|
if not initialSkip:
|
||||||
|
|
Loading…
Reference in a new issue