mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-26 16:18:51 +00:00
chore(LockupView): Remove debug logging (#617)
This commit is contained in:
@@ -21,7 +21,5 @@ export default class LockupView extends YTNode {
|
||||
this.content_id = data.contentId;
|
||||
this.content_type = data.contentType.replace('LOCKUP_CONTENT_TYPE_', '');
|
||||
this.on_tap_endpoint = new NavigationEndpoint(data.rendererContext.commandContext.onTap);
|
||||
console.log(data);
|
||||
console.log(this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user