Skip to content

Commit acb76be

Browse files
authored
rm console log in imageClassifier test (#655)
1 parent 996c171 commit acb76be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ImageClassifier/index_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ describe('imageClassifier', () => {
5555

5656
describe('instantiate', () => {
5757
it('Should create a classifier with all the defaults', async () => {
58-
console.log(classifier)
5958
expect(classifier.modelUrl).toBe(TM_URL);
6059
});
6160
});

0 commit comments

Comments
 (0)