Remove unnecessary log message
authorDan Breslau <dbreslau@painless-security.com>
Tue, 2 Aug 2016 16:20:01 +0000 (12:20 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Tue, 2 Aug 2016 16:20:01 +0000 (12:20 -0400)
src/moonshot-custom-vbox.vala

index b2154fc..d4d2a9c 100644 (file)
@@ -66,8 +66,6 @@ class CustomVBox : VBox
 
     public void remove_id_card_widget(IdCardWidget id_card_widget)
     {
-        logger.trace("remove_id_card_widget");
-
         remove(id_card_widget);
 
         // Caller will eventually clear the list, re-setting all positions. I hope.