File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/Share/BackgroundJobs/SerializedEntitiesMigration Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import Share.Postgres.Hashes.Queries qualified as HQ
1414import Share.Postgres.IDs
1515import Share.Postgres.Sync.Queries qualified as SQ
1616import Share.Prelude
17- import Share.Utils.Logging qualified as Logging
1817import Share.Web.Authorization qualified as AuthZ
1918import U.Codebase.Sqlite.Entity qualified as Entity
2019import U.Codebase.Sqlite.TempEntity (TempEntity )
@@ -54,8 +53,7 @@ processEntities !_authZReceipt = do
5453 saveUnsandboxedSerializedEntities hash32 tempEntity
5554 pure (Just hash32)
5655 case mayHash of
57- Just hash -> do
58- Logging. logInfoText (" Migrated entity: " <> tShow hash)
56+ Just _hash -> do
5957 pure True
6058 Nothing -> pure False
6159
You can’t perform that action at this time.
0 commit comments