gui: remove debug print

This commit is contained in:
2019-06-25 15:28:19 +02:00
parent 57809b443a
commit 60fffdf4e6

View File

@@ -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()