Skip to content

Commit

Permalink
removing logging extras
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Jul 24, 2023
1 parent acdf26f commit 59771d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ version = "1.2.6"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
MIMEs = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
HTTP = "1"
LoggingExtras = "1"
MIMEs = "0.1"
julia = "1.6"
1 change: 0 additions & 1 deletion src/LiveServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module LiveServer
import Sockets, Pkg, MIMEs
using Base.Filesystem
using Base.Threads: @spawn
using LoggingExtras

using HTTP

Expand Down

2 comments on commit 59771d3

@tlienart
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/88163

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.6 -m "<description of version>" 59771d30800c3080dc31fa1ad220857b4b9bd6cb
git push origin v1.2.6

Please sign in to comment.