From d73793de63e9cb246533e3034a6431c818700456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 12 Jun 2014 01:22:56 +0100 Subject: [PATCH] remove debugging info. --- pl/absf.yap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pl/absf.yap b/pl/absf.yap index 0628d141f..007cee6d4 100755 --- a/pl/absf.yap +++ b/pl/absf.yap @@ -317,12 +317,12 @@ absolute_file_name(File0,File) :- '$check_file'(F, _Type, none, F) :- !. '$check_file'(F0, _Type, _Access, F0) :- - format('IN ~w~n', [F0]), +% format('IN ~w~n', [F0]), yap_flag( c_cc, Flag), sub_atom( Flag, _, _, _, android), sub_atom( F0, 0, _, _, '/assets'), catch( open( F0, Access, S ), _, fail ), - format('~w~n', [F0]), +% format('~w~n', [F0]), !. '$check_file'(F0, Type, Access, F0) :- access_file(F0, Access),