diff --git a/app/client/src/sagas/PageSagas.tsx b/app/client/src/sagas/PageSagas.tsx index 26578af83f..fa37f695cd 100644 --- a/app/client/src/sagas/PageSagas.tsx +++ b/app/client/src/sagas/PageSagas.tsx @@ -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({