bug 776907 - quiet log spew from sydney audio on android r=kinetik

This commit is contained in:
Brad Lassey 2012-07-24 09:56:24 -04:00
Родитель 99222a4047
Коммит 0069b6f3e0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -381,8 +381,6 @@ sa_stream_get_position(sa_stream_t *s, sa_position_t position, int64_t *pos) {
return SA_ERROR_NO_INIT;
}
ALOG("%p - get position", s);
JNIEnv *jenv = GetJNIForThread();
*pos = (*jenv)->CallIntMethod(jenv, s->output_unit, at.getpos);