From cdc4cbdf20d3bf8c52f5bd2faca5d8bf981240e4 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 31 Aug 2024 12:48:07 -0400 Subject: [PATCH] remove testing print --- src/haxelib/api/Installer.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/haxelib/api/Installer.hx b/src/haxelib/api/Installer.hx index 5df101c1..0fa52938 100644 --- a/src/haxelib/api/Installer.hx +++ b/src/haxelib/api/Installer.hx @@ -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 : "";