From cc325dce01101e8b488cfc7e9fddfe0f778c7e17 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 8 Aug 2022 15:42:51 +0200 Subject: dbg --- bootstrap/parse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/parse.c b/bootstrap/parse.c index ebfd7d7..1327e71 100644 --- a/bootstrap/parse.c +++ b/bootstrap/parse.c @@ -2777,7 +2777,6 @@ doimport(struct parser *P, const char *path) { struct parser P2; const char *basedir = getbasedir(P->curfile); snprintf(path2, sizeof path2 - 1, "%s/%s", basedir, path); - epri("path2= %q\n", path2); if (!(rpath = realpath(path2, _rpath))) fatal(P, P->tokspan, "import %q: %s", path, strerror(errno)); -- cgit v1.2.3