Skip to content

Commit

Permalink
removed the saving thumbnail code (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi013 authored Apr 5, 2022
1 parent b911c44 commit 577ff12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion src/ui/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = function Interface(options) {
Presets = require('../ui/presets')(options, save_infragrammar_inputs);
Analysis = require('../ui/analysis')(options, save_infragrammar_inputs);
Colorize = require('../ui/colorize')(options);
Saving = require('../ui/saving')(options);

$(options.imageSelector).ready(function() {

Expand Down
40 changes: 0 additions & 40 deletions src/ui/saving.js

This file was deleted.

0 comments on commit 577ff12

Please sign in to comment.