1 parent a606143 commit c383e14Copy full SHA for c383e14
1 file changed
src/crawl.ts
@@ -24,9 +24,7 @@ export const crawlEndpoint = async (endpoint: Endpoint) => {
24
});
25
const body = await inverterResponse.json();
26
const lineProtocol = await endpoint.writer(body);
27
- console.log(
28
- `${new Date().toISOString()}: [${endpoint.name}] ${lineProtocol}`,
29
- );
+ console.log(`${new Date().toISOString()}: ${lineProtocol}`);
30
};
31
32
export const crawlFronius = async () => {
0 commit comments