Removed LogInfo for Annotations

This commit is contained in:
Rich 2011-01-12 21:48:08 +00:00
parent bd99a0f55c
commit ae196cfb5f

View File

@ -241,7 +241,7 @@ namespace DataLoader
if ((nxttok = tkstring.IndexOf("\x1")) > -1) // Comment
{
// add the comment to annotation table. Set type to comment.
log.InfoFormat("Comment text: {0}", tkstring.Substring(nxttok + 1));
//log.InfoFormat("Comment text: {0}", tkstring.Substring(nxttok + 1));
Annotation annot = Annotation.MakeAnnotation(item, CommentType, null, tkstring.Substring(nxttok + 1), null, dts, userid);
}
}