summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-30 22:39:01 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-30 22:39:01 +0500
commitd3fd017e69943adf364a0459d3c28179a97835ff (patch)
tree942cb9cee22159df03b43f396d39a7f420e85f8d /web/react/components/sidebar.jsx
parentbe582b4fe3efd9b35a7df86a6c270ddb5b3bb409 (diff)
downloadchat-d3fd017e69943adf364a0459d3c28179a97835ff.tar.gz
chat-d3fd017e69943adf364a0459d3c28179a97835ff.tar.bz2
chat-d3fd017e69943adf364a0459d3c28179a97835ff.zip
Improving image modal and removing console log
Diffstat (limited to 'web/react/components/sidebar.jsx')
-rw-r--r--web/react/components/sidebar.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/sidebar.jsx b/web/react/components/sidebar.jsx
index 73733b6c1..b4c037183 100644
--- a/web/react/components/sidebar.jsx
+++ b/web/react/components/sidebar.jsx
@@ -203,7 +203,6 @@ export default class Sidebar extends React.Component {
windowWidth: Utils.windowWidth(),
windowHeight: Utils.windowHeight()
});
- console.log('sad');
}
updateScrollbar() {
}