Remove debug log statement

This commit is contained in:
Jordan Eldredge 2017-11-01 21:29:29 -07:00
parent f822c3061d
commit dd38be8098

View file

@ -60,7 +60,6 @@ const genImgFromBlob = async blob => {
return _genImgFromBlob(blob);
}
}
console.log("not even trying");
return _genImgFromBlob(blob);
};