Changeset: ed1f671dbdad for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ed1f671dbdad
Modified Files:
        monetdb5/optimizer/opt_remap.c
Branch: resource_management
Log Message:

Comment a debug print.


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_remap.c b/monetdb5/optimizer/opt_remap.c
--- a/monetdb5/optimizer/opt_remap.c
+++ b/monetdb5/optimizer/opt_remap.c
@@ -109,7 +109,7 @@ OPTremapDirect(Client ctx, MalBlkPtr mb,
                freeInstruction(mb, p);
                return 0;
        }
-       printf("#remapped: %s.%s\n", getModuleId(p), getFunctionId(p));
+       //printf("#remapped: %s.%s\n", getModuleId(p), getFunctionId(p));
        pushInstruction(mb, p);
        return 1;
 }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to