Skip to content

Commit

Permalink
Removed logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
anmavrid committed Aug 28, 2023
1 parent 3a6f353 commit e5631bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fret-electron/app/components/Glossary.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Glossary extends React.Component {
getVariables = async () => {
if (process.env.EXTERNAL_TOOL !== '1') {
ipcRenderer.invoke('selectGlossaryVariables', [this.props.projectName]).then((result) => {
console.log('result', result.docs)
//console.log('result', result.docs)
this.props.setGlossaryVariables({
glossaryVariables: result.docs
})
Expand Down

0 comments on commit e5631bc

Please sign in to comment.