Skip to content

Commit dd50e7f

Browse files
committed
Bug fix
1 parent 812fd9a commit dd50e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/TranslatorController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function update($form_data, $page, $plugin_settings)
126126
// $this->helper->debug([$new_content, $form_data]);
127127
}
128128

129-
$this->helper->debug($api_result);
129+
// $this->helper->debug($api_result);
130130
if (isset($new_content)) {
131131
$page->update([$form_data['translate_result_add_to_field']=>$new_content]);
132132
}

0 commit comments

Comments
 (0)