Skip to content

Commit

Permalink
Remove debug code committed by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Mar 25, 2016
1 parent 4aa1ad7 commit 2d9b747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qml/pages/MainPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ Page {
function dbSet(key, value) {
db().transaction(function (tx) {
tx.executeSql('UPDATE settings SET value = ? WHERE key = ?', [value, key])
console.log("WRITE")
})
}

Expand Down

0 comments on commit 2d9b747

Please sign in to comment.