Skip to content

Commit

Permalink
removed the saving thumbnail code (publiclab#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi013 authored and rohaid-bakh committed Apr 11, 2022
1 parent 5ee81c1 commit 6da6bc9
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 6da6bc9

Please sign in to comment.