Skip to content

Commit f6703f3

Browse files
committed
ups
1 parent 01e0d95 commit f6703f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2134,7 +2134,6 @@ public void addEventListenerCaller() throws Exception {
21342134
+ LOG_TITLE_FUNCTION
21352135
+ " function someLoad(event) {\n"
21362136
+ " var caller = arguments.callee.caller;\n"
2137-
+ " log(caller);\n"
21382137
+ " log(typeof caller == 'function' ? 'function' : caller);\n"
21392138
+ " }\n"
21402139
+ " function test() {\n"

0 commit comments

Comments
 (0)