Skip to content

Commit b4606ba

Browse files
committed
Remove unnecessary puts call.
1 parent ca6d6fb commit b4606ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/gather/apple_safari_webarchive_uxss.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ def webarchive_resources_for_poisoning_cache(url)
251251
scripts = scripts_to_poison[url_idx] || []
252252
xml_dicts = scripts.map do |script|
253253
script_body = inject_js_keylogger(script[:body])
254-
puts
255254
%Q|
256255
<dict>
257256
<key>WebResourceData</key>

0 commit comments

Comments
 (0)