Skip to content

Commit

Permalink
removed testing function in post.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nusk0 committed Dec 27, 2024
1 parent 03efcf1 commit 870a98e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/client-twitter/src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,20 +464,6 @@ export class TwitterPostClient {
return null;
}
try {
const imageDescriptions = [];

elizaLogger.log(
"Processing TEST images"
);
const description = await this.runtime
.getService<IImageDescriptionService>(
ServiceType.IMAGE_DESCRIPTION
)
.describeImage("https://picsum.photos/200/300");
imageDescriptions.push(description);
elizaLogger.log(
"Processing TEST images"+imageDescriptions
);
this.isProcessing = true;
this.lastProcessTime = Date.now();

Expand Down

0 comments on commit 870a98e

Please sign in to comment.