aboutsummaryrefslogtreecommitdiff
path: root/src/create_pkg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/create_pkg.cc')
-rw-r--r--src/create_pkg.cc1
1 files changed, 0 insertions, 1 deletions
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());