Browse Source

Remove unneeded print

Billy Barrow 10 tháng trước cách đây
mục cha
commit
b881dbeb6d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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());