diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
index e9c6571bf8195d7bde663def3347d700d599cfbd..fcf249f4bd566ea84fea231a36af435ff63f38f3 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js
@@ -1156,7 +1156,7 @@ $.extend(BodenmillerLabProfile.prototype, DefaultProfile.prototype, {
 		this.notShowTypes = ["ANTIBODY_PANEL", "SYSTEM_EXPERIMENT"];
 		this.isShowUnavailablePreviewOnSampleTable = false;
 
-//		//For testing	
+		//For testing	
 //		this.sampleTypeDefinitionsExtension = {
 //				"SYSTEM_EXPERIMENT" : {
 //					"SAMPLE_PARENTS_HINT" : [
@@ -1392,40 +1392,28 @@ $.extend(TestProfile.prototype, DefaultProfile.prototype, {
 														"LABEL" : "Protocol",
 														"TYPE": "PROTOCOL",
 														"MIN_COUNT" : 1,
-														"ANNOTATIONS" : []
+														"ANNOTATION_PROPERTIES" : []
 													}
 													,
 													{
 														"LABEL" : "Plasmid",
 														"TYPE": "PLASMIDS",
 														"MIN_COUNT" : 1,
-														"ANNOTATIONS" : []
+														"ANNOTATION_PROPERTIES" : []
 													}
 													,
 													{
 														"LABEL" : "Inhibitor",
 														"TYPE": "INHIBITORS",
 														"MIN_COUNT" : 1,
-														"ANNOTATIONS" : []
+														"ANNOTATION_PROPERTIES" : []
 													}
 													,
 													{
 														"LABEL" : "Cell Line",
 														"TYPE": "CELL_LINE",
 														"MIN_COUNT" : 1,
-														"ANNOTATIONS" : []
-													}
-												],
-				}
-		}
-		
-		this.sampleTypeDefinitionsExtension = {
-				"WESTERN_BLOTTING" : {
-					"SAMPLE_PARENTS_HINT" : [
-					                             	{
-														"LABEL" : "Antibodies",
-														"TYPE": "ANTIBODIES",
-														"MIN_COUNT" : 1
+														"ANNOTATION_PROPERTIES" : []
 													}
 												],
 				}
diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/server/ServerFacade.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/server/ServerFacade.js
index d408dde17d52db6f1152dabf393564b27ce86312..7990e3900ab712f9bf7fdfca67f46b2682a36a57 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/server/ServerFacade.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/server/ServerFacade.js
@@ -232,7 +232,6 @@ function ServerFacade(openbisServer) {
 				} else {
 					visitedSamples[sampleOrId.permId] = true;
 				}
-				console.log(sampleOrId.code);
 				
 				//Fill Parents
 				if(sampleOrId.parents) {