mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Remove console.logs
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user