Skip to content

Commit

Permalink
- removed some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
borisblizzard committed Dec 8, 2017
1 parent 91c7b28 commit f72daf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion wrappers/aprilvideo/src/VideoObject.cpp
Expand Up @@ -704,7 +704,6 @@ namespace aprilvideo
void VideoObject::createVideoClip(bool waitForCache)
{
april::Image::Format textureFormat = this->_getTextureFormat();
hlog::write(logTag, "april::getSystemInfo() in VideoObject::createVideoClip()");
april::SystemInfo sysInfo = april::getSystemInfo();
this->_destroyResources();
hstr path = this->_videoClipFilename;
Expand Down
1 change: 0 additions & 1 deletion wrappers/aprilvideo/src/aprilvideo.cpp
Expand Up @@ -59,7 +59,6 @@ namespace aprilvideo
int getPreloadToRamSizeLimit()
{
int limit = 64;
hlog::write(logTag, "april::getSystemInfo() in aprilvideo::getPreloadToRamSizeLimit()");
int ram = april::getSystemInfo().ram;
#ifdef _ANDROID
limit = 16;
Expand Down

0 comments on commit f72daf3

Please sign in to comment.