From b4b18680a8d573b53e9cfa84745f65209eae9734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 3 Sep 2024 13:21:44 -0400 Subject: [PATCH] remove some commented out code --- query.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/query.go b/query.go index 9a2b070..b3b9eca 100644 --- a/query.go +++ b/query.go @@ -49,10 +49,6 @@ func populate(r Reference, rcoll string, rawDoc interface{}, d string, src inter type bsonWhat struct { What string } - /*switch cl.Kind() { - case reflect.Struct: - - }*/ var w bsonWhat switch rawDoc.(type) { case bson.A: