Commit 04af600a authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina system.output

parent 55c17010
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -175,8 +175,6 @@ public class DataConverter {
				index = index + "-" + indexSuffix;
		}

		System.out.println(".---------- Guardando en " + index);

		final Long version = ignoreKey ? null : 0L;// record.kafkaOffset();

		return new IndexableRecord(new Key(index, type, id), payload, version);