Skip to content

Commit

Permalink
remove testing print
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Aug 31, 2024
1 parent 491c72d commit cdc4cbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/haxelib/api/Installer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,6 @@ class Installer {

final currentBranch = vcsBranchesByLibraryName[library];

Cli.print(id);

// TODO check different urls as well
if (branch != null && (!wasUpdated || currentBranch != branch)) {
final currentBranchStr = currentBranch != null ? currentBranch : "<unspecified>";
Expand Down

0 comments on commit cdc4cbd

Please sign in to comment.