chore: remove unneeded code

This commit is contained in:
LuanRT
2022-06-13 04:26:32 -03:00
parent b6a898f733
commit ee71e6a55f

View File

@@ -174,9 +174,8 @@ class Innertube {
const initial_info = this.actions.getVideoInfo(video_id);
const continuation = this.actions.next({ video_id });
console.time('')
const response = await Promise.all([ initial_info, continuation ]);
console.timeEnd('')
return new VideoInfo(response, this.actions, this.#player);
}