Why is URL after logData 0 included in waterfall?

Hi all, I have used logData 0 in my script to exclude the following navigate from the waterfall diagram but the URL (https://myurl/path1/path2/path3/Login in the script below) still shows up in the waterfall diagram. Any ideas what might be causing this?

Thanks in advance, Markus

logData 0
navigate https://myurl/path1/path2/path3/Login
exec document.getElementById(‘UserName’).value = “user”
exec document.getElementById(‘Password’).value = “pwd”
logData 1
execAndWait document.getElementsByName(‘sign_in’)[0].click()