Skip to content

Commit

Permalink
chore(watch): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hemal7735 authored and evenstensberg committed Feb 5, 2019
1 parent 55632d6 commit 0952317
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ test("multi-config-watch-opt", async done => {
data = data.toString();
chunkNumber++;

console.log(data);

switch (chunkNumber) {
case 1:
expect(data).toContain("webpack is watching the files");
Expand Down
2 changes: 0 additions & 2 deletions test/binCases/watch/multi-config/multi-config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ test("multi-config", async done => {
data = data.toString();
chunkNumber++;

console.log(data);

switch (chunkNumber) {
case 1:
expect(data).toContain("webpack is watching the files");
Expand Down
2 changes: 0 additions & 2 deletions test/binCases/watch/single-config/single-config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ test("single-config", async(done) => {
data = data.toString();
chunkNumber++;

console.log(data);

switch (chunkNumber) {
case 1:
expect(data).toContain("webpack is watching the files");
Expand Down

0 comments on commit 0952317

Please sign in to comment.