Skip to content

Commit ddadf93

Browse files
authored
remove dead code
remove commented out code
2 parents cd6bdeb + 5f9b401 commit ddadf93

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

delete-user-data/functions/lib/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ const clearStorageData = (storagePaths, uid) => __awaiter(this, void 0, void 0,
109109
logs.storageDeleted();
110110
});
111111
const clearFirestoreData = (firestorePaths, uid) => __awaiter(this, void 0, void 0, function* () {
112-
// admin.firestore().settings({
113-
// timestampsInSnapshots: true,
114-
// });
115112
logs.firestoreDeleting();
116113
const paths = extractUserPaths(firestorePaths, uid);
117114
const promises = paths.map((path) => __awaiter(this, void 0, void 0, function* () {

delete-user-data/functions/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ const clearStorageData = async (storagePaths: string, uid: string) => {
112112
};
113113

114114
const clearFirestoreData = async (firestorePaths: string, uid: string) => {
115-
// admin.firestore().settings({
116-
// timestampsInSnapshots: true,
117-
// });
118115
logs.firestoreDeleting();
119116

120117
const paths = extractUserPaths(firestorePaths, uid);

0 commit comments

Comments
 (0)