mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-04 06:41:03 +08:00
ref: remove redundant print
This commit is contained in:
parent
004c52bfa9
commit
b354fe95bf
@ -71,7 +71,6 @@ public class OpentsdbDataHandler implements DataHandler {
|
||||
}
|
||||
if (sb.length() != 0 && sb.charAt(0) == '[') {
|
||||
String jsonData = sb.deleteCharAt(sb.length() - 1).append("]").toString();
|
||||
System.err.println(jsonData);
|
||||
LOG.debug(">>> " + jsonData);
|
||||
writer.write(jsonData, SchemalessProtocolType.JSON, SchemalessTimestampType.NOT_CONFIGURED);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user