oops, rogue debugging stmt
This commit is contained in:
parent
61c94d63e7
commit
ef3603cd1a
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ module.exports = {
|
||||||
// FIXME: this is horribly duplicated with MemberTile's onLeaveClick.
|
// FIXME: this is horribly duplicated with MemberTile's onLeaveClick.
|
||||||
// Not sure what the right solution to this is.
|
// Not sure what the right solution to this is.
|
||||||
onLeaveClick: function() {
|
onLeaveClick: function() {
|
||||||
console.log("leaving room");
|
|
||||||
var roomId = this.props.member.roomId;
|
var roomId = this.props.member.roomId;
|
||||||
Modal.createDialog(QuestionDialog, {
|
Modal.createDialog(QuestionDialog, {
|
||||||
title: "Leave room",
|
title: "Leave room",
|
||||||
|
|
Loading…
Add table
Reference in a new issue