Removed LogInfo for Annotations
This commit is contained in:
parent
bd99a0f55c
commit
ae196cfb5f
@ -241,7 +241,7 @@ namespace DataLoader
|
|||||||
if ((nxttok = tkstring.IndexOf("\x1")) > -1) // Comment
|
if ((nxttok = tkstring.IndexOf("\x1")) > -1) // Comment
|
||||||
{
|
{
|
||||||
// add the comment to annotation table. Set type to 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);
|
Annotation annot = Annotation.MakeAnnotation(item, CommentType, null, tkstring.Substring(nxttok + 1), null, dts, userid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user