Skip to content

Commit

Permalink
cleanup and we can merge this now I think...
Browse files Browse the repository at this point in the history
  • Loading branch information
burton committed May 31, 2019
1 parent 0f2bbbf commit 9e80c0b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions web/js/accounts/Accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {ISODateTimeString} from '../metadata/ISODateTimeStrings';
import {Firebase} from '../firebase/Firebase';
import {Firestore} from '../firebase/Firestore';
import {Dialogs} from '../ui/dialogs/Dialogs';
import {NULL_FUNCTION} from '../util/Functions';
import doc = Mocha.reporters.doc;

const COLLECTION_NAME = "account";

Expand Down
10 changes: 0 additions & 10 deletions web/js/tags/related/RelatedTags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ export class RelatedTags {

}

const before = Date.now();

JSON.stringify(this.tagDocsIndex);
JSON.stringify(this.docTagsIndex);

const after = Date.now();
const duration = after - before;

console.log("FIXME: duration: " + duration);

}

/**
Expand Down
5 changes: 0 additions & 5 deletions web/js/ui/cloud_auth/AccountControlBar.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
/* eslint react/no-multi-comp: 0, react/prop-types: 0 */
import React from 'react';
import {Logger} from '../../logger/Logger';
import {DropdownItem, DropdownMenu, DropdownToggle, UncontrolledDropdown} from 'reactstrap';
import {SimpleTooltip} from '../tooltip/SimpleTooltip';
import {UserInfo} from '../../../../web/js/apps/repository/auth_handler/AuthHandler';
import Button from 'reactstrap/lib/Button';
import {Nav} from '../util/Nav';
import {NullCollapse} from '../null_collapse/NullCollapse';

const LogoutButton = (props: IProps) => {

Expand Down

0 comments on commit 9e80c0b

Please sign in to comment.