Skip to content

Commit

Permalink
Remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Jan 21, 2023
1 parent bc0ef6e commit d701dcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ defmodule SpawnOperator.Handler.ActorSystemHandler do
@impl Pluggable
def call(%Bonny.Axn{action: action} = axn, nil) when action in [:add, :modify] do
%Bonny.Axn{resource: resource} = axn
IO.inspect(resource, label: "Resource ---")

system_configmap = build_system_configmap(resource)
system_cluster_svc = build_system_service(resource)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ defmodule Controller.ActorHostControllerTest do
axn
|> ActorHostController.call(nil)
|> descendants()
|> IO.inspect(label: "Descending resources")

assert length(descendants) > 0
end
Expand Down

0 comments on commit d701dcf

Please sign in to comment.