Skip to content
Snippets Groups Projects
Commit 018d8c61 authored by Adam Procter's avatar Adam Procter
Browse files

removed comments

parent 792db626
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
ref="fileInput" ref="fileInput"
@change="onFileSelected" @change="onFileSelected"
/> />
<h1>{{ status }}</h1> <!-- <h1>{{ status }}</h1>
<h2>ID: {{ id }}</h2> <h2>ID: {{ id }}</h2>
<h2>Agent version: {{ agentVersion }}</h2> <h2>Agent version: {{ agentVersion }}</h2> -->
<!-- <!--
<button type="button" @click="saveIPFS">Upload</button> <button type="button" @click="saveIPFS">Upload</button>
<button type="button" @click="getIPFS">Get IPFS</button> --> <button type="button" @click="getIPFS">Get IPFS</button> -->
...@@ -47,8 +47,8 @@ export default { ...@@ -47,8 +47,8 @@ export default {
data: function () { data: function () {
return { return {
status: 'Connecting to IPFS...', status: 'Connecting to IPFS...',
id: '', // id: '',
agentVersion: '', // agentVersion: '',
selectedFile: null, selectedFile: null,
fileContents: this.fileContents, fileContents: this.fileContents,
output: output, output: output,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment