Merge pull request #904 from erictune/cleanup5

Return not required after panic.
This commit is contained in:
Joe Beda
2014-08-14 14:30:41 -07:00

View File

@@ -93,7 +93,6 @@ func LogOf(w http.ResponseWriter) *respLogger {
return rl
}
panic("Logger not installed yet!")
return nil
}
// Unlogged returns the original ResponseWriter, or w if it is not our inserted logger.