From 2478b7768c609d60ecd71ca4c20a953ff7e1ff16 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 22 Oct 2014 15:15:24 -0400 Subject: [PATCH] Remove error when updating semantic.config during watch --- gulpfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index f3f39d2a1..7fcb4ded6 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -228,9 +228,6 @@ gulp.task('watch', 'Watch for site/theme changes (Default Task)', function () { ; } - else { - console.error('Definition file not found', path); - } }) ;