remove some commented out code

This commit is contained in:
parent f721b32e01
commit b4b18680a8
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -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: