Skip to content

Commit b6dd35a

Browse files
committed
Remove TODO
Signed-off-by: Matt Stratton <[email protected]>
1 parent 556653d commit b6dd35a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

event/event.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ var qsCreateEvent = []*survey.Question{
131131
Message: "Enter the path to your event's square logo, for use on the main home page. [optional]",
132132
Help: "Path to logo image. Must be a PNG file, 600 x 600 px. Example: /Users/mattstratton/Pictures/chicago-square.png.",
133133
},
134-
// @TODO Check for png on event logo
135134
Validate: func(val interface{}) error {
136135
str, _ := val.(string)
137136
if str != "" {

0 commit comments

Comments
 (0)