Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
krynju committed Apr 24, 2024
1 parent 86fc833 commit e4fe977
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/api/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OpenTelemetryAPI"
uuid = "4f63ef3d-5940-44e7-a611-2d97696cffc9"
authors = ["Jun Tian <[email protected]>"]
version = "0.5.1"
version = "0.5.2"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
4 changes: 0 additions & 4 deletions src/api/ext/OpenTelemetryAPIHTTPExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,4 @@ function OpenTelemetryAPI.uninstrument!(::Val{:HTTP})
)
end

function __init__()
println("$(@__MODULE__) is loaded!")
end

end

0 comments on commit e4fe977

Please sign in to comment.