CSR-514 Cleanup

This commit is contained in:
Katie 2022-08-10 15:06:10 -04:00
parent 2a28fea2dd
commit c79f81a344

View file

@ -36,11 +36,6 @@ export async function loadOrderIfPresent() {
update the cookie.
*/
export async function saveOrder() {
store.dispatch(storeActions.RUN_EXPERIMENTS_FOR_TRIGGER, {
userId: "test",
triggerEvent: "test",
triggerValue: "test"
})
var saveOrderPromise;
if (store.getters.applicationUser.saveOrderPromise) {
// queue newest request after current saveOrderPromise resolves