Skip to content

Commit a1f9535

Browse files
committed
Convert @info to @debug
1 parent 1a44db2 commit a1f9535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/bundlepaths.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function download_js_bundles()
5353
mkpath(BUNDLES_PATH)
5454
bundle_artifact_path = artifact"web"
5555
for asset in readdir(bundle_artifact_path)
56-
@info("Copying", bundle_artifact_path, asset, BUNDLES_PATH)
56+
@debug("Copying", bundle_artifact_path, asset, BUNDLES_PATH)
5757
cp(joinpath(bundle_artifact_path, asset), joinpath(BUNDLES_PATH, asset))
5858
end
5959
# These commands are probably still useful if you want to create the artifact.

0 commit comments

Comments
 (0)