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