Set $u_n=\prod_{k=1}^n \frac{2k-1}{2k}$ which is a strictly positive sequence. Now set $v_n=log(u_n)$ and $w_n=v_{n}-v_{n-1} = log(2n-1)-log(2n)$. Then $\sum -w_n$ is a positive series.
$-w_n = log(1+\frac{1}{2n-1}) = \frac{1}{2n-1} + O(\frac{1}{n^2})$ thus the sum $v_n$ is divergent to $+\infty$ because the harmonic series has limit $+\infty$.
That implies $v_n \rightarrow -\infty$ and $u_n = exp(v_n) \rightarrow 0$.
Akos' proof uses the Stirling formula. This is neat but this formula (minus the $\sqrt{2 \pi}$ constant) is proven using series and logs in the same way as here, so this is hiding the difficulty. Moreover, determining the $\sqrt{2 \pi}$ requires using the Wallis integrals which are somehow similar to $\prod_{k=1}^n \frac{2k-1}{2k}$ so this is too heavy of a result for such a simple fact to prove.