remove dbg code now travis is fixed

This commit is contained in:
John Cupitt 2019-11-27 22:20:33 +00:00
parent 5d25e2d850
commit 1a2a4a41f1
3 changed files with 2 additions and 6 deletions

View File

@ -637,8 +637,8 @@ vips_foreign_load_pdf_file_open( VipsForeignLoadPdf *pdf )
GError *error = NULL;
#ifdef DEBUG
#endif /*DEBUG*/
printf( "vips_foreign_load_pdf_file_open: %s\n", file->filename );
#endif /*DEBUG*/
if( !file->uri &&
file->filename ) {

View File

@ -1901,8 +1901,6 @@ vips_realpath( const char *path )
* linux systems with grsec, since it works by opening /proc/self/fd.
*/
printf( "vips_realpath: path = %s\n", path );
if( !g_path_is_absolute( path ) ) {
char *cwd;
@ -1913,8 +1911,6 @@ vips_realpath( const char *path )
else
real = g_strdup( path );
printf( " result = %s\n", real );
return( real );
}

View File

@ -2,7 +2,7 @@
# test load and save via stream*u
set -x
# set -x
set -e
. ./variables.sh