Remove page save event from frontend

This commit is contained in:
hetunandu 2021-03-18 19:15:57 +05:30
parent 80895b876b
commit 12aba25a00

View File

@ -306,7 +306,6 @@ function* savePageSaga(action: ReduxAction<{ isRetry?: boolean }>) {
pageId: savePageRequest.pageId,
},
);
AnalyticsUtil.logEvent("PAGE_SAVE", JSON.stringify(savePageRequest));
try {
// Store the updated DSL in the pageDSLs reducer
yield put({