summaryrefslogtreecommitdiffstats
path: root/commands/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/server.go')
-rw-r--r--commands/server.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/server.go b/commands/server.go
index ff8fe4cd2..f082164ce 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -272,10 +272,6 @@ func (sc *serverCmd) server(cmd *cobra.Command, args []string) error {
return err
}
- for _, s := range c.hugo().Sites {
- s.RegisterMediaTypes()
- }
-
// Watch runs its own server as part of the routine
if sc.serverWatch {