summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/entry.cc')
-rw-r--r--Build/source/utils/asymptote/entry.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/entry.cc b/Build/source/utils/asymptote/entry.cc
index 22f973d914f..9871f59766c 100644
--- a/Build/source/utils/asymptote/entry.cc
+++ b/Build/source/utils/asymptote/entry.cc
@@ -305,7 +305,9 @@ bool venv::add(symbol *src, symbol *dest,
ty *venv::getType(symbol *name)
{
- //cerr << "getType: " << *name << endl;
+#if 0
+ cout << "getType: " << *name << endl;
+#endif
types::overloaded set;
values &list=names[name];