Skip to content

Commit

Permalink
Removed test error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nero120 committed Apr 3, 2022
1 parent 73e5b47 commit da38e11
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class AndroidStoreService extends StoreService {

protected addTraceLog(log: TraceLogItem): ng.IPromise<void> {
return this.$q<void>((resolve, reject) => {
throw new Error(`addTraceLog: ${JSON.stringify(log ?? {})}`);
this.db.executeSql(
`INSERT INTO ${Table.TraceLog} (
${TraceLogColumn.Timestamp},
Expand Down

0 comments on commit da38e11

Please sign in to comment.