Skip to content

Commit 08141da

Browse files
committed
fix: 🐛 remove comment
1 parent 48e48f6 commit 08141da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ui/admin/tests/integration/components/form/field/key-value-test.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ module('Integration | Component | form/field/key-value', function (hooks) {
7070

7171
assert.strictEqual(keyInputs.length, 2);
7272
assert.strictEqual(valueInputs.length, 2);
73-
console.log(
74-
'Debug: keyInputs and valueInputs retrieved',
75-
keyInputs,
76-
valueInputs,
77-
);
73+
7874
assert.dom(keyInputs[0]).hasValue('env');
7975
assert.dom(keyInputs[1]).hasValue('region');
8076
assert.dom(valueInputs[0]).hasValue('production');

0 commit comments

Comments
 (0)