Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Removed debug log call.
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjorjo committed Dec 3, 2016
1 parent d472953 commit b958ab5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/org/asbjorjo/splittimer/db/DbUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBuilder;
import android.util.Log;

import java.text.MessageFormat;

Expand Down Expand Up @@ -88,8 +87,6 @@ public static Cursor getStandingsAtPoint(long timingpointId, long referenceAthle
String query = MessageFormat.format(queryTemplate, Long.toString(timingpointId),
Long.toString(referenceAthlete));

Log.d(TAG, query);

return database.rawQuery(query.toString(), null);
}

Expand Down

0 comments on commit b958ab5

Please sign in to comment.