separate the two functions
diff --git a/src/recon_rec.erl b/src/recon_rec.erl
index 99df7a9..82c52d1 100644
--- a/src/recon_rec.erl
+++ b/src/recon_rec.erl
@@ -60,7 +60,6 @@
 %% @doc remove all imported definitions, destroy the table, clean up
 clear() ->
     maybe_kill(recon_ets),
-    recon_map:clear(),
     ok.
 
 %% @doc prints out all "known" (imported) record definitions and their limit settings.