Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6188c274 authored by Vasu Nori's avatar Vasu Nori
Browse files

remove some not-so-useful-logging

the sql statement is already printed if SqlStatements is set to VERBOSE
anyway. so no need for this extra logging
Change-Id: Id0e6c5acbbbd453ea45f08bcb802213bc22896fc
parent 96e6bdb0
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -72,11 +72,6 @@ public class SQLiteQuery extends SQLiteProgram {
                // is not safe in this situation. the native code will ignore maxRead
                // is not safe in this situation. the native code will ignore maxRead
                int numRows = native_fill_window(window, window.getStartPosition(), mOffsetIndex,
                int numRows = native_fill_window(window, window.getStartPosition(), mOffsetIndex,
                        maxRead, lastPos);
                        maxRead, lastPos);

                // Logging
                if (SQLiteDebug.DEBUG_SQL_STATEMENTS) {
                    Log.d(TAG, "fillWindow(): " + mSql);
                }
                mDatabase.logTimeStat(mSql, timeStart);
                mDatabase.logTimeStat(mSql, timeStart);
                return numRows;
                return numRows;
            } catch (IllegalStateException e){
            } catch (IllegalStateException e){