Remove page save event from frontend
This commit is contained in:
parent
80895b876b
commit
12aba25a00
|
|
@ -306,7 +306,6 @@ function* savePageSaga(action: ReduxAction<{ isRetry?: boolean }>) {
|
||||||
pageId: savePageRequest.pageId,
|
pageId: savePageRequest.pageId,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
AnalyticsUtil.logEvent("PAGE_SAVE", JSON.stringify(savePageRequest));
|
|
||||||
try {
|
try {
|
||||||
// Store the updated DSL in the pageDSLs reducer
|
// Store the updated DSL in the pageDSLs reducer
|
||||||
yield put({
|
yield put({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user