소스 검색

fixed useless code

Gildas 1 년 전
부모
커밋
3940275c3e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/core/bg/autosave.js

+ 0 - 1
src/core/bg/autosave.js

@@ -152,7 +152,6 @@ async function saveContent(message, tab) {
 		options.incognito = tab.incognito;
 		options.tabId = tabId;
 		options.tabIndex = tab.index;
-		options.saveToRestFormApi || options.saveToS3;
 		let pageData;
 		try {
 			if (options.autoSaveExternalSave) {