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:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user