summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_right.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-11 10:40:40 -0700
committernickago <ngonella@calpoly.edu>2015-08-12 09:28:54 -0700
commitf614249dd3446cd7bdfc05cba606614509afab49 (patch)
tree5823d9b543ea04966851268825159fd6dfbe37dc /web/react/components/post_right.jsx
parent6028d013d60f3252a3226f891322997c56a4d8cc (diff)
downloadchat-f614249dd3446cd7bdfc05cba606614509afab49.tar.gz
chat-f614249dd3446cd7bdfc05cba606614509afab49.tar.bz2
chat-f614249dd3446cd7bdfc05cba606614509afab49.zip
Removed personal debugging code and notes
Diffstat (limited to 'web/react/components/post_right.jsx')
-rw-r--r--web/react/components/post_right.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index e7a6fcf2a..ad8b54012 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -119,7 +119,6 @@ RootPost = React.createClass({
CommentPost = React.createClass({
render: function() {
- console.log("YOU NEED TO REMOVE THE POST RIGHT ENTRY")
var post = this.props.post;
var commentClass = "post";