aboutsummaryrefslogtreecommitdiff
path: root/db/mongo.go
diff options
context:
space:
mode:
Diffstat (limited to 'db/mongo.go')
-rw-r--r--db/mongo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/mongo.go b/db/mongo.go
index 1c694e7..83e71f7 100644
--- a/db/mongo.go
+++ b/db/mongo.go
@@ -40,7 +40,6 @@ func initSessions(user, pass, ip string) {
}
func insert(new Paste) error {
- log.Infof("new paste struct: %+v", new)
return pastes.Insert(new)
}