From d737918af408fb92006fbd94ef74a202d3f4656c Mon Sep 17 00:00:00 2001
From: Andreas Wundsam <andreas.wundsam@bigswitch.com>
Date: Fri, 8 Feb 2013 11:32:24 -0800
Subject: [PATCH] floodlight/build.xml: remove superfluous echo

---
 build.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.xml b/build.xml
index 0f6c15215..79d64b1f1 100644
--- a/build.xml
+++ b/build.xml
@@ -299,7 +299,6 @@
     <target name="findbugs" depends="init,compile">
         <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${findbugs.home}/lib/findbugs-ant.jar"/>
         <mkdir dir="${findbugs.results}"/>
-        <echo message="${basedir}/findbugs-exclude.xml"/>
         <findbugs home="${findbugs.home}"
             output="html"
             excludeFilter="${basedir}/findbugs-exclude.xml"
-- 
GitLab