Index: branches/cleanup/ippTools/src/caltool.c
===================================================================
--- branches/cleanup/ippTools/src/caltool.c	(revision 17860)
+++ branches/cleanup/ippTools/src/caltool.c	(revision 18357)
@@ -152,10 +152,4 @@
 
     if (psArrayLength(output)) {
-        if (!convertIdToStr(output)) {
-            psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");
-            psFree(output);
-            return false;
-        }
-
         // negative simple so the default is true
         if (!ippdbPrintMetadatas(stdout, output, "calDB", !simple)) {
@@ -247,10 +241,4 @@
 
     if (psArrayLength(output)) {
-        if (!convertIdToStr(output)) {
-            psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");
-            psFree(output);
-            return false;
-        }
-
         // negative simple so the default is true
         if (!ippdbPrintMetadatas(stdout, output, "calRun", !simple)) {
