layers: Various layer fixes to get layer validation tests working with type safety changes
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index df05a65..0ce4e6a 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -1268,9 +1268,10 @@
 
 static void synchAndPrintDSConfig(const VkCmdBuffer cb)
 {
-    printDSConfig(cb);
-    printPipeline(cb);
-    printDynamicState(cb);
+    // TODO : Re-enable these print funcs
+//    printDSConfig(cb);
+//    printPipeline(cb);
+//    printDynamicState(cb);
 }
 
 static void init_draw_state(layer_data *my_data)