diffstat:
bespin/config.py | 3 ++-
bespin/controllers.py | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff --git a/bespin/config.py b/bespin/config.py
--- a/bespin/config.py
+++ b/bespin/config.py
@@ -186,7 +186,8 @@ c.javascript_plugins = []
# List of capabilities provided by the server. This is just a list of strings
# to be interpreted by the client. This will adjust the user interface to
# focus the user on the capabilities provided by this server.
-c.capabilities = set(["vcs"])
+c.capabilities = set(["vcs", "collab"])
+#c.capabilities = set(["vcs"])
# Set this variable to point to the location of a Thunderhead
# source directory and that will be used during development.
diff --git a/bespin/controllers.py b/bespin/controllers.py
--- a/bespin/controllers.py
+++ b/bespin/controllers.py
@@ -707,7 +707,6 @@ def _tell_file_event(user, project, path
followers = [follower.following.username for follower in followers if follower.following]
# find the owner
isMyProject = _is_project_shared(project, user)
- print "*** 2 " + str(isMyProject)
for follower in followers:
#try:
member = User.find_user(follower)