Skip to content

Commit

Permalink
Temporary commit to save changes before rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
cavinkavi committed Jan 23, 2025
1 parent 2f88579 commit 23e943f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/driver/deployment/azure_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ func createFunctionFolders(baseDir string, function []*common.Function) error {
return fmt.Errorf("failed to copy function.json to %s: %w", folderPath, err)
}
}

log.Debugf("Created %d function folders with copies of azureworkload.py and function.json under %s folder.\n", len(function), baseDir)
return nil
}
Expand Down

0 comments on commit 23e943f

Please sign in to comment.