Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markgrahamdawson committed Nov 4, 2024
1 parent 37ab49c commit 676466f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/cylc/ViewToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
item-value="name"
item-props
selectable
return-object
open-all
></v-treeview>
</v-menu>
Expand Down
4 changes: 2 additions & 2 deletions src/views/Graph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1087,8 +1087,8 @@ export default {
}
}
ret.push('}')
console.log('Dot Code')
console.log(ret.join('\n'))
// console.log('Dot Code')
// console.log(ret.join('\n'))
return ret.join('\n')
},
hashGraph (nodes, edges) {
Expand Down

0 comments on commit 676466f

Please sign in to comment.