You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/02/19 18:33:18 UTC

svn commit: r1783680 - /jmeter/trunk/src/functions/org/apache/jmeter/functions/Groovy.java

Author: pmouawad
Date: Sun Feb 19 18:33:18 2017
New Revision: 1783680

URL: http://svn.apache.org/viewvc?rev=1783680&view=rev
Log:
Remove useless method

Modified:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/Groovy.java

Modified: jmeter/trunk/src/functions/org/apache/jmeter/functions/Groovy.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/functions/org/apache/jmeter/functions/Groovy.java?rev=1783680&r1=1783679&r2=1783680&view=diff
==============================================================================
--- jmeter/trunk/src/functions/org/apache/jmeter/functions/Groovy.java (original)
+++ jmeter/trunk/src/functions/org/apache/jmeter/functions/Groovy.java Sun Feb 19 18:33:18 2017
@@ -38,8 +38,8 @@ import org.apache.jmeter.threads.JMeterC
 import org.apache.jmeter.threads.JMeterVariables;
 import org.apache.jmeter.util.JMeterUtils;
 import org.apache.jmeter.util.JSR223TestElement;
-import org.slf4j.LoggerFactory;
 import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 /**
  * __groovy function 
@@ -136,14 +136,6 @@ public class Groovy extends AbstractFunc
 
     }
 
-    /*
-     * Helper method for use by scripts
-     *
-     */
-    public void log_info(String s) {
-        log.info(s);
-    }
-
     /** {@inheritDoc} */
     @Override
     public void setParameters(Collection<CompoundVariable> parameters) throws InvalidVariableException {