Remove console.logs

This commit is contained in:
Jan Oberhauser
2021-01-13 10:49:55 +01:00
parent 63a459ac92
commit 29c9c6d933
5 changed files with 0 additions and 8 deletions

View File

@@ -354,7 +354,6 @@ export class Beeminder implements INodeType {
if (data.timestamp) {
data.timestamp = moment.tz(data.timestamp, timezone).unix();
}
console.log(data);
results = await createDatapoint.call(this, data);
}
else if (operation === 'getAll') {