diff --git a/editor/js/Sidebar.Project.App.js b/editor/js/Sidebar.Project.App.js index e7021167fbe640..fd3283d9023a99 100644 --- a/editor/js/Sidebar.Project.App.js +++ b/editor/js/Sidebar.Project.App.js @@ -115,10 +115,6 @@ function SidebarProjectApp( editor ) { content = content.replace( '', title ); - const includes = []; - - content = content.replace( '', includes.join( '\n\t\t' ) ); - let editButton = ''; if ( config.getKey( 'project/editable' ) ) {