We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c5f9c commit 17e7961Copy full SHA for 17e7961
webapp/src/components/DataBlockUI.vue
@@ -523,15 +523,6 @@ export default {
523
modelName: createComputedSetterForBlockField("model"),
524
availableModels: createComputedSetterForBlockField("available_models"),
525
},
526
- created() {
527
- console.log("#%#%#%#%#%#%#%%#%#%#%#%#%#%#");
528
529
530
- console.log(this.haveChatProperties);
531
532
533
534
- },
535
methods: {
536
parseWavelength() {
537
if (isNaN(this.wavelength) || isNaN(parseFloat(this.wavelength))) {
0 commit comments