diff options
author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-10 00:24:07 -0700 |
---|---|---|
committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-10 00:24:07 -0700 |
commit | 69fc5cff21c212a6eca9d125836844eea018fad0 (patch) | |
tree | ce72208a7c1d2aefb5fed4dbe32e36f9876eb2b4 /src/mobile/MobileInterface.tsx | |
parent | a37ca793caefc203071f082490097b6231b0daf8 (diff) |
functioning image upload
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 73dcabac8..820a6885d 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -1731,7 +1731,6 @@ export class MobileInterface extends React.Component { @action closeUpload = () => { this.imageUploadActive = false; - console.log("1dude"); } // toggleUpload = () => { @@ -1749,7 +1748,6 @@ export class MobileInterface extends React.Component { } console.log("upload"); - const workspaces = Cast(this.userDoc.myWorkspaces, Doc) as Doc; return ( <div> <div className="closeUpload" onClick={this.toggleUpload}> |