Browse Source

[log] Remove doi info from trace log

cgars 7 years ago
parent
commit
fdf84cdc11
1 changed files with 0 additions and 1 deletions
  1. 0 1
      routes/repo/view.go

+ 0 - 1
routes/repo/view.go

@@ -87,7 +87,6 @@ func renderDirectory(c *context.Context, treeLink string) {
 			if err != nil {
 				log.Trace("Doi Blob could not be unmarshalled:%v", err)
 			}
-			log.Trace("Doi info was: %v ", doiInfo)
 			c.Data["DoiInfo"] = doiInfo
 		}
 	}