Skip to content

Commit

Permalink
Update tablesRestApiClient.ts
Browse files Browse the repository at this point in the history
Remove console.log
  • Loading branch information
mpacheco12 authored Nov 26, 2024
1 parent 568123a commit a3a41bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tables/tablesRestApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export default class TablesRestApiClient extends TablesApiClient {

try {
const uploadFileResponse = await client.request(config);
console.log(JSON.stringify(uploadFileResponse, null, 2));
} catch (error) {
console.error(error);
throw MindsDbError.fromHttpError(error, filesUrl);
Expand Down

0 comments on commit a3a41bb

Please sign in to comment.