remove dbg code now travis is fixed
This commit is contained in:
parent
5d25e2d850
commit
1a2a4a41f1
@ -637,8 +637,8 @@ vips_foreign_load_pdf_file_open( VipsForeignLoadPdf *pdf )
|
|||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#endif /*DEBUG*/
|
|
||||||
printf( "vips_foreign_load_pdf_file_open: %s\n", file->filename );
|
printf( "vips_foreign_load_pdf_file_open: %s\n", file->filename );
|
||||||
|
#endif /*DEBUG*/
|
||||||
|
|
||||||
if( !file->uri &&
|
if( !file->uri &&
|
||||||
file->filename ) {
|
file->filename ) {
|
||||||
|
@ -1901,8 +1901,6 @@ vips_realpath( const char *path )
|
|||||||
* linux systems with grsec, since it works by opening /proc/self/fd.
|
* 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 ) ) {
|
if( !g_path_is_absolute( path ) ) {
|
||||||
char *cwd;
|
char *cwd;
|
||||||
|
|
||||||
@ -1913,8 +1911,6 @@ vips_realpath( const char *path )
|
|||||||
else
|
else
|
||||||
real = g_strdup( path );
|
real = g_strdup( path );
|
||||||
|
|
||||||
printf( " result = %s\n", real );
|
|
||||||
|
|
||||||
return( real );
|
return( real );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# test load and save via stream*u
|
# test load and save via stream*u
|
||||||
|
|
||||||
set -x
|
# set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
. ./variables.sh
|
. ./variables.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user