所以我的代码工作正常,但我的记录器充满了这条消息。有没有办法摆脱它或抑制它?PostAnnotation.swiftclassPostAnnotation:MKPointAnnotation{//MARK:propertiesletpost:Post//MARK:initializationinit(post:Post){self.post=postsuper.init()self.coordinate=CLLocationCoordinate2D(latitude:post.latitude,longitude:post.longitude)self.title=post.title