mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 00:03:28 +02:00
Remove forgotten console.log.
This commit is contained in:
@@ -58,7 +58,6 @@ dbapi.resetUserSettings = function(email) {
|
||||
}
|
||||
|
||||
dbapi.insertUserAdbKey = function(email, key) {
|
||||
console.log('insertUserAdbKey', email, key)
|
||||
return db.run(r.table('users').get(email).update({
|
||||
adbKeys: r.row('adbKeys').default([]).append({
|
||||
title: key.title
|
||||
|
||||
Reference in New Issue
Block a user