0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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}`;
}).join('\n');
// console.log(`Input error ${errMessage}`);
// e.target.setCustomValidity(errMessage);
// e.target.reportValidity();
// };
callIfExists(e.target, 'setCustomValidity', errMessage);
callIfExists(e.target, 'reportValidity');
}