Skip to content

Commit 7f278d9

Browse files
committed
fix: remove console.log debug statements
1 parent 26d7719 commit 7f278d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/lib/get-fields-update-query-and-fields.js

-5
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,11 @@ export function getFieldsUpdateQueryAndFields(state, fields) {
152152
* @returns {string}
153153
*/
154154
function toItemFieldValueInput(state, field, valueOrOption) {
155-
console.log("state.truncate");
156-
console.log(state.truncate.toString());
157-
158155
const value =
159156
typeof valueOrOption === "string"
160157
? state.truncate(valueOrOption)
161158
: valueOrOption.id;
162159

163-
console.log({ value });
164-
165160
const valueKey =
166161
{
167162
SINGLE_SELECT: "singleSelectOptionId",

0 commit comments

Comments
 (0)