Android documentation ( http://developer.android.com/reference/android/util/Log.html ) says:
Verbose should never be compiled into an application except d
The best way to remove logs is probably achieved with ProGuard
Check this question 'Android Proguard, removing all Log statements and merging packages'