Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill committed May 27, 2024
1 parent 80b4902 commit 85b58dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bundlex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ defmodule Membrane.Agora.BundlexProject do
defp natives(%{architecture: "x86_64", os: "linux"}) do
unless System.get_env("AGORA_SDK_PRESENT") == "true", do: System.shell("./install.sh")

System.shell("ls -la agora_sdk") |> IO.inspect(label: :AGORA_PATH)
System.shell("echo $LD_LIBRARY_PATH") |> IO.inspect(label: :LD_LIBRARY_PATH)

[
sink: [
sources: ["sink.cpp", "connection_observer.cpp"],
Expand Down

0 comments on commit 85b58dd

Please sign in to comment.