Removed unused code
This commit is contained in:
parent
26b198d485
commit
2334518ecc
@ -46,10 +46,6 @@ Future<Map<String, String>> parseSitemap() async {
|
||||
return detectPages(sitemap);
|
||||
}
|
||||
|
||||
Future sleep(Duration time) async {
|
||||
return Future.delayed(time);
|
||||
}
|
||||
|
||||
Future<void> createSitemap() async {
|
||||
final sitemap = await parseSitemap();
|
||||
final pages = html.querySelector('#drop-page');
|
||||
|
Reference in New Issue
Block a user