Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsolver committed Jan 20, 2024
1 parent c842e5a commit c0b6963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ private String assembleWhereClause() {
where.addStatement(QueryAllData.Notes + " LIKE '%" + searchParameters.notes + "%'");
}

Timber.d(this.getClass().getName(),"Where: " + where.getWhere());
// Timber.d(this.getClass().getName(),"Where: " + where.getWhere());
return where.getWhere();
}

Expand Down

0 comments on commit c0b6963

Please sign in to comment.