summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 1918874..9f85093 100644
--- a/main.cpp
+++ b/main.cpp
@@ -10,7 +10,6 @@ using namespace std;
int main(){
Environment env;
env.load(prelude);
- // cerr<<"Global env = "<<&env<<endl;
string line;
cout<<"> ";