Skip to content

Commit

Permalink
Removed logs from command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Sep 20, 2024
1 parent ec77a58 commit 9aa0043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ export async function testSshConnection(): Promise<string> {
export async function getPostDataFromTitle(title: string, status: string, fields: string): Promise<string> {
const command = wrapSSHPrefix(`wp post list --post_status=${status} --post_type=page --fields=${fields} --title='${title}'
`);
console.log(command);
const result = exec(command, { silent: true });

if (result.code === 1) {
Expand Down

0 comments on commit 9aa0043

Please sign in to comment.