From: Jean-Marc Lasgouttes Date: Mon, 21 May 2001 13:07:45 +0000 (+0000) Subject: remove annoying debugging statement X-Git-Tag: 1.6.10~21235 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9791d64b6e157dbe7bdb5430c1daa36fd1891b2a;p=features.git remove annoying debugging statement git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2014 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 0b8f11cd5f..6a16d67cdb 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2001-05-21 Jean-Marc Lasgouttes + + * filetools.C (MakeAbsPath): remove debugging statement + 2001-05-16 Ruurd Reitsma * FileInfo.h: X_OK workaround for cygwin diff --git a/src/support/filetools.C b/src/support/filetools.C index 366f57097d..578bca69ff 100644 --- a/src/support/filetools.C +++ b/src/support/filetools.C @@ -558,7 +558,6 @@ string const MakeAbsPath(string const & RelPath, string const & BasePath) // Copies given paths string TempRel(os::slashify_path(RelPath)); - lyxerr << "TempRel=" << TempRel <