Skip to content

Commit

Permalink
Removes logs
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Jan 17, 2019
1 parent 6eb028a commit 67900ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/brave_rewards/browser/publisher_info_database.cc
Original file line number Diff line number Diff line change
Expand Up @@ -415,16 +415,10 @@ bool PublisherInfoDatabase::InsertOrUpdateActivityInfo(
return false;
}

LOG(ERROR) << "NEJC 1";

if (!InsertOrUpdatePublisherInfo(info)) {
return false;
}

LOG(ERROR) << "NEJC 2";

LOG(ERROR) << info.year;

sql::Statement activity_info_insert(
GetDB().GetCachedStatement(SQL_FROM_HERE,
"INSERT OR REPLACE INTO activity_info "
Expand All @@ -442,8 +436,6 @@ bool PublisherInfoDatabase::InsertOrUpdateActivityInfo(
activity_info_insert.BindInt64(7, info.reconcile_stamp);
activity_info_insert.BindInt64(8, info.visits);

LOG(ERROR) << "NEJC 3";

return activity_info_insert.Run();
}

Expand Down

0 comments on commit 67900ff

Please sign in to comment.