diff --git a/internal/integrations/deepsource/copier.go b/internal/integrations/deepsource/copier.go index 48ec402d3..f7338325f 100644 --- a/internal/integrations/deepsource/copier.go +++ b/internal/integrations/deepsource/copier.go @@ -18,8 +18,6 @@ type Copier struct { } func NewCopier(project *core.Project) (*Copier, error) { - // retrieve project named directory - //gitPlatformUserName, gitRepositoryName, projectDirectoryName, templatesRootPath string // populate map to replace templates data := map[string]interface{}{ "GitRepositoryName": project.GitRepositoryName, diff --git a/internal/integrations/license/copier.go b/internal/integrations/license/copier.go index 5c3018aec..b1ad12897 100644 --- a/internal/integrations/license/copier.go +++ b/internal/integrations/license/copier.go @@ -20,8 +20,6 @@ type Copier struct { } func NewCopier(project *core.Project) (*Copier, error) { - // retrieve project named directory - //gitPlatformUserName, gitRepositoryName, projectDirectoryName, templatesRootPath string // populate map to replace templates data := map[string]interface{}{ "GitRepositoryName": project.GitRepositoryName, diff --git a/internal/integrations/readme/copier.go b/internal/integrations/readme/copier.go index d56753337..f16de79e7 100644 --- a/internal/integrations/readme/copier.go +++ b/internal/integrations/readme/copier.go @@ -18,8 +18,6 @@ type Copier struct { } func NewCopier(project *core.Project) (*Copier, error) { - // retrieve project named directory - //gitPlatformUserName, gitRepositoryName, projectDirectoryName, templatesRootPath string // populate map to replace templates data := map[string]interface{}{ "GitRepositoryName": project.GitRepositoryName,