Skip to content

Commit

Permalink
remove some debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Jan 31, 2022
1 parent 0b2d64d commit 47daa42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Kernel/BuildPaclet.wl
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ BuildPaclet[ file_File? defNBQ, opts: $$bpOpts ] :=
buildPaclet[ file, opts ]
];

Global`checked = checked;
Global`built = built;
(* <| "BuildResult" -> built, "CheckResult" -> checked |>; *)
combineBuildResult[ file, built, checked ]
]
];
Expand Down
2 changes: 1 addition & 1 deletion PacletInfo.wl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PacletObject[ <|
"Name" -> "Wolfram/PacletCICD",
"Description" -> "CI/CD utilities for Wolfram Language Paclets",
"Creator" -> "Richard Hennigan <[email protected]>",
"Version" -> "0.2.0",
"Version" -> "0.2.1",
"WolframVersion" -> "13+",
"PublisherID" -> "Wolfram",
"Extensions" -> {
Expand Down

0 comments on commit 47daa42

Please sign in to comment.