chore(LockupView): Remove debug logging (#617)

This commit is contained in:
absidue
2024-03-25 11:24:24 +01:00
committed by GitHub
parent 3170659880
commit 4a9bd32fd7

View File

@@ -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);
}
}