Skip to content

Commit

Permalink
Remove unecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed Nov 27, 2024
1 parent 7cc16a8 commit 93afaf2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion modules/instrument_manager/jsx/instrumentManagerIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class InstrumentManagerIndex extends Component {
*/
uploadInstrumentData(instrument) {
const data = new FormData();
data.append('upload_type', 'data'); // TODO: Remove
data.append('instrument', instrument);
data.append('data_file', this.state.selectedDataFile);

Expand Down
7 changes: 0 additions & 7 deletions modules/instrument_manager/php/instrument_data.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ use \Psr\Http\Message\ResponseInterface;
*/
class Instrument_Data extends \NDB_Page
{
/**
* The LORIS base path
*
* @var string
*/
private string $_path;

const PERMISSIONS = [
'instrument_manager_read'
];
Expand Down

0 comments on commit 93afaf2

Please sign in to comment.