Browse Source

Remove the type map finding prints to not clutter the output.

pull/53/merge
triton 12 years ago
parent
commit
60751ee662
  1. 1
      src/Generator/Types/TypeMap.cs

1
src/Generator/Types/TypeMap.cs

@ -119,7 +119,6 @@ namespace CppSharp.Types @@ -119,7 +119,6 @@ namespace CppSharp.Types
foreach (TypeMapAttribute attr in attrs)
{
Console.WriteLine("Found typemap: {0}", attr.Type);
TypeMaps[attr.Type] = typeMap;
}
}

Loading…
Cancel
Save