Skip to content

Commit

Permalink
s3: do not print bytes in tests (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Sep 6, 2024
1 parent 4590053 commit 27ceeaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion func/s3/get_key_bytes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ int main(int argc, char* argv[])

int ret =
__faasm_s3_get_key_bytes(bucketName, keyName, &keyBytes, &keyBytesLen);
printf("Got %s/%s: %s\n", bucketName, keyName, (char*)keyBytes);
faasmSetOutput((char*)keyBytes, keyBytesLen);

return ret;
Expand Down

0 comments on commit 27ceeaa

Please sign in to comment.