0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-24 19:07:24 +01:00

Remove log

This commit is contained in:
Lunny Xiao 2025-10-25 16:08:30 -07:00
parent 1bffdfe2fb
commit 65dbaa528c
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -46,8 +46,6 @@ export async function initProjectWorkflow() {
deleteWorkflowFailed: workflowDiv.getAttribute('data-locale-delete-workflow-failed'),
};
console.info('locale:', locale);
const View = createApp(ProjectWorkflow, {
projectLink: workflowDiv.getAttribute('data-project-link'),
eventID: workflowDiv.getAttribute('data-event-id'),