瀏覽代碼

Remove unneeded print

Billy Barrow 10 月之前
父節點
當前提交
b881dbeb6d
共有 1 個文件被更改,包括 0 次插入1 次删除
  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());