The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 5463389ec9af49224b56f0c34c6c401a97a22c86
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sat May 26 19:02:32 2012 +0200

    lyx2lyx/lyx_2_1.py: remove 2 warnings I accidentally just committed

diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py
index 84bf2bc..395f011 100644
--- a/lib/lyx2lyx/lyx_2_1.py
+++ b/lib/lyx2lyx/lyx_2_1.py
@@ -364,11 +364,9 @@ def revert_use_packages(document):
         i = find_re(document.header, regexp, j)
         if i != -1:
             value = get_value(document.header, "\\use_package %s" % p, 
i).split()[1]
-            document.warning(str(value))
             del document.header[i]
             j = i
             document.header.insert(j, "\\use_%s %s"  % (p, value))
-            document.warning(str(value))
         j = j + 1
 
 

-----------------------------------------------------------------------

Summary of changes:
 lib/lyx2lyx/lyx_2_1.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to