summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-04-19 15:03:45 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2024-04-19 15:03:45 -0400
commite677947ed6f40d7847e9989d1226e1e8e0b3e03c (patch)
treeda3e814b2067bca2b43beccba71233b28f303160 /include/framework/DynamicExtension.h
parentb8168b37a6dd91295903f52ee878a57f149b261d (diff)
downloaddynamic-extension-e677947ed6f40d7847e9989d1226e1e8e0b3e03c.tar.gz
Removed debug print statements
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index 9d54777..b154be8 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -204,8 +204,6 @@ public:
auto t = m_buffer->get_memory_usage() + epoch->get_structure()->get_memory_usage();
end_job(epoch);
- fprintf(stderr, "total: %ld\n", t);
-
return t;
}