From 979a9571b7118822e67735654b36498fb8010c2a Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 2 May 2026 09:20:36 +0000 Subject: clumsy me, flipping values for no good reason --- src/create_pkg.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/create_pkg.cc') diff --git a/src/create_pkg.cc b/src/create_pkg.cc index 4729923..58e077f 100644 --- a/src/create_pkg.cc +++ b/src/create_pkg.cc @@ -24,7 +24,6 @@ Pkg create_pkg(std::string arg, const char* target) { pkg.url = arg; pkg.name = name_from_url(arg); } else if (arg == ".") { - std::cout << "this pkg is local" << std::endl; pkg.url = ""; pkg.src = std::filesystem::current_path().string(); pkg.name = name_from_url(std::filesystem::current_path().string()); -- cgit v1.2.3