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