Skip to content
Snippets Groups Projects
Commit 13e959d7 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Disabled a debug printout that doesn't seem very useful in general.

Rev: lib/modules/Tools.pmod/Standalone.pmod/test_pike.pike:1.131
parent 2449d208
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env pike #! /usr/bin/env pike
#pike __REAL_VERSION__ #pike __REAL_VERSION__
/* $Id: test_pike.pike,v 1.130 2008/05/08 12:57:59 grubba Exp $ */ /* $Id: test_pike.pike,v 1.131 2008/05/10 20:49:06 mast Exp $ */
#if !constant(_verify_internals) #if !constant(_verify_internals)
#define _verify_internals() #define _verify_internals()
...@@ -1153,7 +1153,7 @@ int main(int argc, array(string) argv) ...@@ -1153,7 +1153,7 @@ int main(int argc, array(string) argv)
} }
} }
} }
#if constant(_dump_program_tables) #if 0 && constant(_dump_program_tables)
_dump_program_tables(object_program(o)); _dump_program_tables(object_program(o));
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment