0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Remove unneeded comments

This commit is contained in:
Trevor Buckner
2020-01-28 10:51:52 -05:00
parent 0018627f82
commit debe58ff0b

View File

@@ -41,8 +41,6 @@ const BrewCompress = createClass({
batch.forEach((id, idx)=>{
request.put(`/admin/compress/${id}`)
.catch((err)=>this.setState({ error: err }));
console.log(`compresed brew ${id}`);
});
setTimeout(compressBatches, 10000); //Wait 10 seconds between batches
};