0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 22:12:48 +00:00

Remove unnecessary commented code.

This commit is contained in:
Gazook89
2023-03-07 22:08:42 -06:00
parent 2a8eaa654d
commit 7bef807c41

View File

@@ -79,10 +79,6 @@ const MetadataEditor = createClass({
return `- ${err}`; return `- ${err}`;
}).join('\n'); }).join('\n');
// console.log(`Input error ${errMessage}`);
// e.target.setCustomValidity(errMessage);
// e.target.reportValidity();
// };
callIfExists(e.target, 'setCustomValidity', errMessage); callIfExists(e.target, 'setCustomValidity', errMessage);
callIfExists(e.target, 'reportValidity'); callIfExists(e.target, 'reportValidity');
} }