remove error handler on Load Profile menu opt (menu opt doesn't work anyway, so it doesn't error)

This commit is contained in:
eblade 2009-07-31 00:13:51 -04:00
parent f5ba0b5b7f
commit 85c635d1da

View File

@ -204,10 +204,10 @@ class fpdb:
# print 'User cancelled loading profile'
#except:
# pass
try:
self.load_profile()
except:
pass
#try:
self.load_profile()
#except:
# pass
self.release_global_lock()
#end def dia_load_profile