Remove wget process output
Running tor-browser-build produces enormous log output, the majority of which is wget progress indicators. Due to the size, build jobs might crop the log output, which has happened to me.
This commit passes the --no-verbose option to wget, which reduces the log output to a single line with the URL and its local file name. Passing --quiet was no option, because that hides warnings or error messages as well.