Skip to content

Commit

Permalink
Merge pull request #186 from mdenet/fix/removed-unused-backend
Browse files Browse the repository at this point in the history
Removed unused Backend class
  • Loading branch information
barnettwilliam authored Feb 29, 2024
2 parents bc47caf + b3694e1 commit 4975675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
37 changes: 0 additions & 37 deletions platform/src/Backend.js

This file was deleted.

5 changes: 0 additions & 5 deletions platform/src/Playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { CompositePanel } from './CompositePanel.js';
import { Button } from './Button.js';

import { Preloader } from './Preloader.js';
import { Backend } from './Backend.js';
import { Layout } from './Layout.js';
import { PlaygroundUtility } from './PlaygroundUtility.js';
import { jsonRequest, jsonRequestConversion, ARRAY_ANY_ELEMENT, urlParamPrivateRepo } from './Utility.js';
Expand All @@ -42,10 +41,7 @@ const COMMON_UTILITY_URL = window.location.href.replace(window.location.search,"
var outputType = "text";
var outputLanguage = "text";
var activity;

var preloader = new Preloader();
export var backend = new Backend();

var panels = [];

export var fileHandler = new FileHandler(TOKEN_HANDLER_URL);
Expand Down Expand Up @@ -1063,7 +1059,6 @@ async function checkEditorReady(statusUrl, editorInstanceUrl, editorPanelId, edi
window.runAction = runAction;
window.panels = panels;
window.savePanelContents = savePanelContents;
window.backend = backend;
window.toggle = toggle;
window.togglePanelById = togglePanelById;
//window.renderDiagram = renderDiagram;
Expand Down

0 comments on commit 4975675

Please sign in to comment.