Skip to content

Commit

Permalink
Remove left-in debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Oct 20, 2011
1 parent 29191f9 commit 8983cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ internal static RuntimeUnit Thaw(ThawBuffer tb) {
Array.Copy(srcinfo, 0, args, 1, srcinfo.Length);
args[0] = "check_dated";
string result = (string) Builtins.UpCall(args);
Console.WriteLine(result);
if (result != "ok")
throw new ThawException("dated sources");
}
Expand Down

0 comments on commit 8983cfc

Please sign in to comment.