gui: remove debug print
This commit is contained in:
@@ -253,7 +253,6 @@ class Config(QtWidgets.QWidget):
|
|||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
state = self.gather_state()
|
state = self.gather_state()
|
||||||
print(yaml.dump(state))
|
|
||||||
with open(ALACRITTY_CONFIG, 'w+') as f:
|
with open(ALACRITTY_CONFIG, 'w+') as f:
|
||||||
f.write(yaml.dump(state))
|
f.write(yaml.dump(state))
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
Reference in New Issue
Block a user