Skip to content

Commit

Permalink
Removed schmuck logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Sep 3, 2017
1 parent 16ddafa commit f3577c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ Window {
property bool activeState: Qt.application.active
property bool firstStart: true

Component.onCompleted: {
console.log("8192 started")
}

Component.onDestruction: {
console.log("8192 closed")
game.save()
}

Settings {
category: "General"
property alias firstStart: mainView.firstStart
Expand Down

0 comments on commit f3577c6

Please sign in to comment.