Skip to content

Commit

Permalink
Removing debugging log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Jul 21, 2023
1 parent 019ae89 commit c437c39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/tooling/openmrs/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export async function runBuild(args: BuildArgs) {
const routes = await getRoutes(
args.routes || buildConfig.routes || "routes.registry.json"
);
console.log(routes);
// As above, check for a hashed routes.registry.json if --hash-importmap assmeble option was used
if (routes.type === "url") {
if (
Expand All @@ -131,8 +130,6 @@ export async function runBuild(args: BuildArgs) {
}
}

console.log(routes);

const config = loadWebpackConfig({
importmap: importMap,
routes,
Expand Down

0 comments on commit c437c39

Please sign in to comment.