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)
Sun, Apr 28, 6:50 AM
Unknown Object (File)
Sun, Apr 28, 6:50 AM
Unknown Object (File)
Sun, Apr 28, 6:50 AM
Unknown Object (File)
Sun, Apr 28, 6:47 AM
Unknown Object (File)
Sun, Apr 28, 6:24 AM
Unknown Object (File)
Wed, Apr 24, 2:41 AM
Unknown Object (File)
Mar 28 2024, 5:01 PM
Unknown Object (File)
Mar 28 2024, 5:01 PM
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