Remove debug logging

This commit is contained in:
James Barnett
2018-08-21 15:06:30 -05:00
parent 57243106f7
commit 68aca395a4
@@ -39,7 +39,6 @@ module WorkspaceDataProxy
else
# This is mostly a failsafe to prevent bad things from happening. @current_workspace should always be set
# outside of here, but this will save us from crashes/infinite loops if that happens
warn "@current_workspace was not set. Setting to default_workspace: #{default_workspace.name}"
@current_workspace = default_workspace
end
rescue => e