From 49f98a8c53c396cc0fe69a62c7e2a2ce004f32ce Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 15 Oct 2016 19:21:02 -0700 Subject: WIP --- ext/bg/js/ankiweb.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/bg/js/ankiweb.js') diff --git a/ext/bg/js/ankiweb.js b/ext/bg/js/ankiweb.js index d68b81ab..6cfc50be 100644 --- a/ext/bg/js/ankiweb.js +++ b/ext/bg/js/ankiweb.js @@ -73,10 +73,6 @@ class AnkiWeb { }); } - getStatus() { - return 'ready'; - } - static scrape() { return new Promise((resolve, reject) => { $.get('https://ankiweb.net/edit/', (data, status) => { -- cgit v1.2.3