Skip to content

Commit f46fbdb

Browse files
committed
remove appconfig template reference
1 parent 2a1dfff commit f46fbdb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

commands/wheels/generate/app-wizard.cfc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ component aliases="wheels g app-wizard, wheels new" extends="../base" {
3232

3333
function run( ) {
3434
var appContent = fileRead( helpers.getTemplate( '/ConfigAppContent.txt' ) );
35-
var settingsContent = fileRead( helpers.getTemplate( '/ConfigSettingsContent.txt' ) );
3635
var routesContent = fileRead( helpers.getTemplate( '/ConfigRoutes.txt' ) );
3736

3837
// ---------------- Welcome

0 commit comments

Comments
 (0)