Remove debug puts

This commit is contained in:
Kyle Drake 2015-03-14 16:21:20 -05:00
parent ad650a3800
commit 82c473351f

View file

@ -87,7 +87,6 @@
<% if params[:dir].nil? || params[:dir].empty? || params[:dir] == '/' %>
Home
<% else %>
<% puts params[:dir].inspect %>
<a href="/dashboard">Home</a>
<% end %>