Skip to content

Commit

Permalink
remove node 13 tests (open-telemetry#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>

fix: remove unused var

Signed-off-by: Naseem <naseem@transit.app>

fix: lint

Signed-off-by: Naseem <naseem@transit.app>
  • Loading branch information
shivkanya9146 authored and Naseem committed Jun 2, 2020
1 parent fde43c1 commit ec48105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import { LogLevel } from "../../common/types";
import { LogLevel } from '../../common/types';

/**
* @returns default log level until below issue is tackled.
Expand Down
1 change: 0 additions & 1 deletion packages/opentelemetry-tracing/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import {
ALWAYS_SAMPLER,
getEnvironmentalOrDefaultLogLevel,
LogLevel,
} from '@opentelemetry/core';

/** Default limit for Message events per span */
Expand Down

0 comments on commit ec48105

Please sign in to comment.