component/component-Influxdb/src/main/java/com/zy/component/influxdb/service/InfluxDBService.java
@@ -40,7 +40,6 @@ .setTimestamp(Instant.now().toEpochMilli(), WritePrecision.MS); try { influxDBClient.writePoint(point); System.out.println("Data written to the database."); } catch (Exception e) { logger.error("Failed to write data to the database."); e.printStackTrace();