Skip to content

Commit 170e0d6

Browse files
committed
Remove unneeded commented out code
1 parent fe33bc8 commit 170e0d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/tls-cert-gen/tls-cert-gen.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ func printYaml(secret yamlSecret, projectRoot string) error {
142142
// Remove and create symlinks
143143
for _, symlinkTarget := range secret.symlinks {
144144
absSymlinkTarget := filepath.Join(projectRoot, symlinkTarget)
145-
// relativeSymlinkTarget := filepath.Join(".", symlinkTarget)
146145

147146
// Figure out the relative path between the directories. Involving files
148147
// will produce an inaccurate relative path here.

0 commit comments

Comments
 (0)