From debe58ff0b6789d759e18c003f2cf95cc28eb559 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 28 Jan 2020 10:51:52 -0500 Subject: [PATCH] Remove unneeded comments --- client/admin/brewCompress/brewCompress.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/admin/brewCompress/brewCompress.jsx b/client/admin/brewCompress/brewCompress.jsx index d7c416405..8d3e40fa8 100644 --- a/client/admin/brewCompress/brewCompress.jsx +++ b/client/admin/brewCompress/brewCompress.jsx @@ -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 };