9
0
Fork 0

db_auc: remove some debugging code about column types

This commit is contained in:
Harald Welte 2016-05-03 18:51:04 +02:00
parent 2bb6f91a56
commit 0c3b7f0002
1 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,6 @@ int db_get_auth_data(struct db_context *dbc, const char *imsi,
if (subscr_id)
*subscr_id = sqlite3_column_int64(stmt, 0);
for (int i = 0; i < 10; i++)
LOGAUC(imsi, LOGL_DEBUG, "col_type(%d)=%d\n", i,
sqlite3_column_type(stmt, i));
/* obtain result values using sqlite3_column_*() */
if (sqlite3_column_type(stmt, 1) == SQLITE_INTEGER) {
/* we do have some 2G authentication data */