oops remove a print
left some debugging in
This commit is contained in:
parent
b8d977544c
commit
fd160a4793
@ -286,8 +286,6 @@ vips_vector_compile( VipsVector *vector )
|
|||||||
#ifdef HAVE_ORC
|
#ifdef HAVE_ORC
|
||||||
OrcCompileResult result;
|
OrcCompileResult result;
|
||||||
|
|
||||||
vips_vector_print( vector );
|
|
||||||
|
|
||||||
result = orc_program_compile( vector->program );
|
result = orc_program_compile( vector->program );
|
||||||
if( !ORC_COMPILE_RESULT_IS_SUCCESSFUL( result ) ) {
|
if( !ORC_COMPILE_RESULT_IS_SUCCESSFUL( result ) ) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user