Skip to content

Commit

Permalink
Fixed a Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Huzifa1 committed Jun 13, 2024
1 parent f170e10 commit 6635839
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gui/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ example.Toolbar = Class.extend({
},

srunApply: function (srun_raw, node_type) {
console.log(srun_raw, node_type);
// Get number of fpganodes: -N 1
var srun_N_needle = "-N ";
var srun_N = -1;
Expand Down Expand Up @@ -344,7 +343,6 @@ example.Toolbar = Class.extend({
full_match = full_match.substring(full_match.length - 1) == "\"" ? full_match.substring(0, full_match.length - 1) : full_match;

// Look for topologies or custom links.
console.log("Full Match", full_match);
switch (full_match) {
case "pair":
// Idea:
Expand Down Expand Up @@ -764,8 +762,6 @@ example.Toolbar = Class.extend({
chan1 = eth_switch;
}

console.log(chan0, chan1);

// Get channels, connect and draw them.
this.connectChannels(chan0, chan1);

Expand Down Expand Up @@ -960,8 +956,6 @@ example.Toolbar = Class.extend({
},

arrangeTopology: function (topology_name, fpganodes) {
console.log(fpganodes);

switch (topology_name) {
case "pair":

Expand Down

0 comments on commit 6635839

Please sign in to comment.