From 30e77f34680e3cd5dc351312955ac9f76d7a392f Mon Sep 17 00:00:00 2001 From: Paul Roebuck Date: Sat, 21 Apr 2018 08:35:01 -0500 Subject: [PATCH] style(bin/_mocha): Remove leftover growl-related code Issue #2132 removed the unused growl() function, but left the images. This finishes the job. Fixes #3341 --- bin/_mocha | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/_mocha b/bin/_mocha index 5ef61d63ba..79c73e5c1b 100755 --- a/bin/_mocha +++ b/bin/_mocha @@ -138,15 +138,6 @@ let globals = []; const requires = []; -/** - * Images. - */ - -const images = { - fail: path.join(__dirname, '..', 'assets', 'growl', 'error.png'), - pass: path.join(__dirname, '..', 'assets', 'growl', 'ok.png') -}; - // options program