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