Skip to content

Commit 66b3b9f

Browse files
committed
remove unecessary console.log
1 parent d6a4f24 commit 66b3b9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vertexai/src/requests/request-helpers.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ describe('request formatting methods', () => {
246246
...safetySettings
247247
});
248248
expect(body.instances[0].prompt).to.equal(prompt);
249-
console.log(body);
250249
expect(body.parameters).deep.equal({
251250
sampleCount: numberOfImages,
252251
outputOptions: {

0 commit comments

Comments
 (0)