KETTLE-36: Clean up console.log calls in KettleRequest

Metadata

Source
KETTLE-36
Type
Improvement
Priority
Minor
Status
Resolved
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Tony Atkins [RtF]
Created
2015-09-28T03:44:57.157-0400
Updated
2016-12-04T17:24:55.012-0500
Versions
N/A
Fixed Versions
  1. 1.0
Component
N/A

Description

There are a few calls to console.log in KettleRequest.js, for example on line 69:

console.log("withRequest executing to resume callback " + callback);

When using kettle.dataSource.URL, this results in messages like the following in both tests and production logs:

withRequest executing to resume callback function onEnd() {
  promise.resolve(received);
}

The calls to console.log in this file should be either removed or converted to fluid.log calls so that they can optionally be turned off.

Comments

  • Antranig Basman commented 2016-12-04T17:24:55.008-0500

    These were removed prior to the 1.0 Kettle release