Skip to content

Commit e02362c

Browse files
committed
Removing log
1 parent 629feb8 commit e02362c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/com/rawlabs/das/salesforce/DASSalesforceSOQLFunction.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class DASSalesforceSOQLFunction(executeSOQL: String => Iterable[Map[_, _]])
6262
}
6363

6464
private def anyToValue(value: Any): Value = {
65-
logger.info(s"Converting value: $value")
6665
value match {
6766
case null => Value.newBuilder().setNull(ValueNull.newBuilder()).build()
6867
case v: String => Value.newBuilder().setString(ValueString.newBuilder().setV(v)).build()

0 commit comments

Comments
 (0)