witten
/
luminotes
Archived
1
0
Fork 0

Removing debugging prints.

This commit is contained in:
Dan Helfman 2008-12-12 23:37:40 -08:00
parent a55934f948
commit a8dc915852
1 changed files with 0 additions and 2 deletions

View File

@ -741,9 +741,7 @@ class Notebooks( object ):
# if the note is already in the given notebook, load it and update it
if note and note.notebook_id == notebook.object_id:
print "LOADING OLD NOTE..."
old_note = self.__database.load( Note, note_id, previous_revision )
print "OLD NOTE: %s" % old_note
previous_user = self.__database.load( User, note.user_id )
previous_revision = User_revision( note.revision, note.user_id, previous_user and previous_user.username or None )