Skip to content

Commit 4b4ca3d

Browse files
committed
minor cleanup
1 parent 05e47cb commit 4b4ca3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/root.go

-2
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ It can be used to export, import, or sync entities to Kong.`,
224224
fileCmd.AddCommand(newMergeCmd())
225225
fileCmd.AddCommand(newPatchCmd())
226226
fileCmd.AddCommand(newOpenapi2KongCmd())
227-
// fileCmd.AddCommand(newConvertCmd())
228-
// fileCmd.AddCommand(newValidateCmd()) // alias; since this does both file+online
229227
fileCmd.AddCommand(newFileRenderCmd())
230228
}
231229
return rootCmd

0 commit comments

Comments
 (0)