Explorar o código

Remove unneeded print

Billy Barrow hai 10 meses
pai
achega
b881dbeb6d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/lib/Cache.vala

+ 0 - 1
src/lib/Cache.vala

@@ -10,7 +10,6 @@ namespace Invercargill {
         }
 
         int location = (int)constructor;
-        print(@"Location=$location\n");
         NativeElement<T> element;
         if(!cache.try_get(location, out element)) {
             element = new NativeElement<T>(constructor());