removed unused code

This commit is contained in:
Zachary Chai
2017-03-03 10:46:21 -05:00
parent d4d8228cbf
commit 246e7ec3ed
2 changed files with 1 additions and 8 deletions

View File

@ -15,7 +15,5 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
module LandingHelper
def new_meeting_token
rand.to_s[2..10]
end
end