From c41883c11a1d4f5cd4cdaa86250215a53156925b Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 21 Sep 2020 10:16:36 +0200 Subject: [PATCH] removed comment --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index ee16f89..59a702e 100644 --- a/main.cpp +++ b/main.cpp @@ -74,7 +74,6 @@ int main(int argc, const char * argv[]) { interpreter proc; while (!done) { code = req.get(base_url + next_url); - // std::cerr << code << '\n'; std::istringstream in {code}; next_url = proc.eval(in, done); SCInfo(logger, next_url);