Page MenuHomePhabricator

[native] Remove extraneous SQLite deletion alerts
ClosedPublic

Authored by atul on Oct 18 2023, 7:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 8:11 AM
Unknown Object (File)
Sat, Dec 14, 8:11 AM
Unknown Object (File)
Sat, Dec 14, 8:11 AM
Unknown Object (File)
Sat, Dec 14, 8:10 AM
Unknown Object (File)
Sat, Dec 14, 8:05 AM
Unknown Object (File)
Mon, Dec 9, 8:59 AM
Unknown Object (File)
Nov 15 2024, 8:07 AM
Unknown Object (File)
Nov 15 2024, 1:43 AM
Subscribers

Details

Summary

Context on Linear: https://linear.app/comm/issue/ENG-5165/remove-extraneous-alerts-from-native-app

Removing these alerts since they're mostly noise at this point and can make working with iOS in Simulator pretty frustrating.

Could also maybe improve situation w/ https://linear.app/comm/issue/ENG-5160/fix-sqlitedatahandler-re-renders

Test Plan

native app continues to work as expected. Confirmed that things still work as expected by observing the logging I added to replace Alerts.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul published this revision for review.Oct 18 2023, 7:45 AM
atul added inline comments.
native/data/sqlite-data-handler.js
94 ↗(On Diff #32149)

Figure it doesn't hurt to leave this in. Can remove if people feel strongly.

Seems reasonable to me, but don't have much context on the SQLiteDataHandler (regarding ENG-5160)

This revision is now accepted and ready to land.Oct 18 2023, 11:54 AM
native/data/sqlite-data-handler.js
44

We should have removed this line when we did this

214

This line seems to have been accidentally added in D5995