Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit cb9591c

Browse files
committed
删除注释代码
1 parent a88756c commit cb9591c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/org/suren/autotest/web/framework/selenium/SeleniumEngine.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
import org.openqa.selenium.chrome.ChromeDriver;
5454
import org.openqa.selenium.chrome.ChromeOptions;
5555
import org.openqa.selenium.firefox.FirefoxDriver;
56-
import org.openqa.selenium.firefox.FirefoxOptions;
5756
import org.openqa.selenium.firefox.FirefoxProfile;
5857
import org.openqa.selenium.ie.InternetExplorerDriver;
5958
import org.openqa.selenium.opera.OperaDriver;
@@ -104,7 +103,6 @@ public SeleniumEngine(){}
104103
*/
105104
public void initConfig()
106105
{
107-
// InputStream inputStream = null;
108106
try
109107
{
110108
ClassLoader classLoader = this.getClass().getClassLoader();
@@ -117,10 +115,6 @@ public void initConfig()
117115
{
118116
e.printStackTrace();
119117
}
120-
// finally
121-
// {
122-
// IOUtils.closeQuietly(inputStream);
123-
// }
124118
}
125119

126120
/**

0 commit comments

Comments
 (0)