diff --git a/ext/jquery.floatThead.js b/ext/jquery.floatThead.js
index 42eba92d4e2345f0efc9ecdbb4c5b56213508749..17ed5e86ddc712b871848840ee94956e89c6f553 100644
--- a/ext/jquery.floatThead.js
+++ b/ext/jquery.floatThead.js
@@ -964,4 +964,3 @@ let jQuery = require('jQuery');
   })();
 })(jQuery);
 
-export default undefined;
\ No newline at end of file
diff --git a/gulpfile.js b/gulpfile.js
index 1d969989336b3a6532ebee0423a4f3fbb4811363..5506d4a0ecb35065035f923dd3f8ff1e434d84ae 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -64,26 +64,6 @@ gulp.task('tsmo', () => {
     return _tsmo(false);
 });
 
-//
-// function _npmrds(doMinify) {
-//     "use strict";
-//
-//     return processJsFile('./flaskApp/blueprints/npmrds/static/js/heatmap/main.js', './flaskApp/blueprints/npmrds/static/_build/heatmap-main.js', doMinify);
-// }
-//
-// gulp.task('npmrds-dev', () => {
-//     "use strict";
-//
-//     return _npmrds(false);
-// });
-//
-// gulp.task('npmrds-prod', () => {
-//     "use strict";
-//
-//     return _npmrds(true);
-// });
-
-
 function _ssa(production) {
     "use strict";
     gulpHelpers.processLessFile('./flaskApp/blueprints/testing/static/css/ssa-corridor.less', './flaskApp/blueprints/testing/static/_build/ssa-corridor.css');