Commit 7338ded5077c3239546c504adb8a11f2a683be24
1 parent
3b109b57
Exists in
master
and in
1 other branch
Performance adjustments.
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
src/core/controller.cc
@@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
110 | throw runtime_error( _("Not initialized") ); | 110 | throw runtime_error( _("Not initialized") ); |
111 | } | 111 | } |
112 | 112 | ||
113 | - trace("%s()=%p",__FUNCTION__,hllapi_host); | 113 | + // trace("%s()=%p",__FUNCTION__,hllapi_host); |
114 | return *hllapi_host; | 114 | return *hllapi_host; |
115 | 115 | ||
116 | } | 116 | } |
src/core/get.cc