diff --git a/Source/UI/ProcessorList.cpp b/Source/UI/ProcessorList.cpp
index 4cf9a433c7d5988ab5c2f0088e535898ae24c752..2c6d6ad15eae9e4e8b83191bd127cb369394e56a 100755
--- a/Source/UI/ProcessorList.cpp
+++ b/Source/UI/ProcessorList.cpp
@@ -67,7 +67,7 @@ ProcessorList::ProcessorList()
     ProcessorListItem* sources = new ProcessorListItem("Sources");
     sources->addSubItem(new ProcessorListItem("RHA2000-EVAL"));
     //sources->addSubItem(new ProcessorListItem("Signal Generator"));
-    sources->addSubItem(new ProcessorListItem("Custom FPGA"));
+    //sources->addSubItem(new ProcessorListItem("Custom FPGA"));
     sources->addSubItem(new ProcessorListItem("Rhythm FPGA"));
     sources->addSubItem(new ProcessorListItem("File Reader"));
     //sources->addSubItem(new ProcessorListItem("Event Generator"));
diff --git a/Source/UI/UIComponent.cpp b/Source/UI/UIComponent.cpp
index f9de7eb391bfbc72533158217fd0e90b94fccbdd..9bdb45682f96c79696d8420f39cfcbde1256266b 100755
--- a/Source/UI/UIComponent.cpp
+++ b/Source/UI/UIComponent.cpp
@@ -92,7 +92,7 @@ UIComponent::UIComponent(MainWindow* mainWindow_, ProcessorGraph* pgraph, AudioC
     mainWindow->setMenuBar(this);
 #endif
 
-    //getEditorViewport()->loadState(File("/home/jsiegle/Programming/GUI/Builds/Linux/build/spike_display_2.xml"));
+    //getEditorViewport()->loadState(File("/home/jsiegle/Programming/GUI/Builds/Linux/build/test.xml"));
 
 }