[xdebug-dev] xdebug xdebug/xdebug_code_coverage.c - Remove debug information that accidently slipped in.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 11 May 2009 10:34:07 +0200

Date: Mon May 11 10:34:07 CEST 2009
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Remove debug information that accidently slipped in.

Modified files:
           xdebug/xdebug_code_coverage.c (version: 1.52)

[FILE: /xdebug/xdebug_code_coverage.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- xdebug/xdebug_code_coverage.c:1.51 Thu May 07 18:39:13 2009 GMT
+++ xdebug/xdebug_code_coverage.c Mon May 11 06:34:07 2009 GMT
@@ -178,11 +178,11 @@
 
                 /* See if we have a jump instruction */
                 if (xdebug_find_jump(opa, position, &jump_pos1, &jump_pos2)) {
- fprintf(stderr, "XDEBUG Jump found. Position 1 = %d", jump_pos1);
+ /*(fprintf(stderr, "XDEBUG Jump found. Position 1 = %d", jump_pos1);)*/
                         if (jump_pos2 != -1) {
- fprintf(stderr, ", Position 2 = %d\n", jump_pos2);
+ /*(fprintf(stderr, ", Position 2 = %d\n", jump_pos2))*/;
                         } else {
- fprintf(stderr, "\n");
+ /*(fprintf(stderr, "\n"))*/;
                         }
                         xdebug_analyse_branch(opa, jump_pos1, set);
                         if (jump_pos2 != -1 && jump_pos2 <= opa->last) {
Received on Mon May 11 2009 - 10:34:11 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST