mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 10:42:44 +00:00
Remove unneeded comments
This commit is contained in:
@@ -41,8 +41,6 @@ const BrewCompress = createClass({
|
|||||||
batch.forEach((id, idx)=>{
|
batch.forEach((id, idx)=>{
|
||||||
request.put(`/admin/compress/${id}`)
|
request.put(`/admin/compress/${id}`)
|
||||||
.catch((err)=>this.setState({ error: err }));
|
.catch((err)=>this.setState({ error: err }));
|
||||||
|
|
||||||
console.log(`compresed brew ${id}`);
|
|
||||||
});
|
});
|
||||||
setTimeout(compressBatches, 10000); //Wait 10 seconds between batches
|
setTimeout(compressBatches, 10000); //Wait 10 seconds between batches
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user