Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions core/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package config
import (
"context"
"fmt"
"log"
"net/http"
"os"
"strings"
Expand Down Expand Up @@ -481,8 +480,6 @@ func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint strin
// Throws an error if no region is given or if the region is not valid
// Throws an error if a region is given for a global url.
func ConfigureRegion(cfg *Configuration) error {
log.Println("WARNING: STACKIT will move to a new way of specifying regions, where the region is provided as a function argument instead of being set in the client configuration." +
" Once all services have migrated, the methods to specify the region in the client configuration will be removed.")
if cfg.setCustomEndpoint {
return nil
}
Expand Down
Loading