Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
remove temp log
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jan 10, 2019
1 parent c9aa60a commit 4c4a190
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export function createBucketCounts(buckets: DistributionBucket[]): number[] {

/** Returns a task label value in the format of 'nodejs-<pid>@<hostname>'. */
function generateDefaultTaskValue(): string {
console.log('inside generateDefaultTaskValue');
const pid = process.pid;
const hostname = os.hostname() || 'localhost';
return 'nodejs-' + pid + '@' + hostname;
Expand Down

0 comments on commit 4c4a190

Please sign in to comment.