Skip to content

Commit 1856a04

Browse files
committed
Upstream cleanup
1 parent 696b358 commit 1856a04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wren-launcher/commands/launch.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ func askForDbtTarget() (string, error) {
187187
return result, nil
188188
}
189189

190-
// *** NEW FUNCTION ADDED HERE ***
191190
func askForIncludeStagingModels() (bool, error) {
192191
prompt := promptui.Select{
193192
Label: "Include staging models (stg_*, staging_*)?",
@@ -534,7 +533,6 @@ func processDbtProject(projectDir string) (string, error) {
534533
return "", err
535534
}
536535

537-
// *** MODIFIED SECTION HERE ***
538536
// Ask the user whether to include staging models
539537
includeStagingModels, err := askForIncludeStagingModels()
540538
if err != nil {

0 commit comments

Comments
 (0)