Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Apr 3, 2024
1 parent a39ce9a commit 4b6ee5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers/workload.sim.w
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pub class Workload_sim {
});

let s1 = new cloud.Service(inflight () => {
log("waiting for container to be ready...");
state.set(publicUrlKey, "http://localhost:{c.hostPort!}");
state.set(internalUrlKey, "http://host.docker.internal:{c.hostPort!}");
}) as "urls";
Expand Down

0 comments on commit 4b6ee5b

Please sign in to comment.