Skip to content

Commit

Permalink
fix: drop extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 5, 2024
1 parent a324f7a commit 444131c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/expo-atlas/src/data/MetroGraphSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,17 +289,6 @@ function getEntryPoint(
options: ConvertGraphToAtlasOptions,
environment: AtlasBundle['environment'] = 'client'
) {
if (environment === 'dom') {
console.log({
entryPoint: options.entryPoint,
dom: options.graph.transformOptions.customTransformOptions?.dom,
_result: path.join(
options.entryPoint,
options.graph.transformOptions.customTransformOptions!.dom as string
),
});
}

return environment !== 'dom'
? options.entryPoint
: path.join(
Expand Down

0 comments on commit 444131c

Please sign in to comment.