From 7e650c106e846ba93447699f083864b1da06eb64 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 17 Dec 2013 22:59:57 -0500 Subject: [PATCH] Don't need the printf("uhoh")...there's a better error message elsewhere. --- 1pass.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/1pass.c b/1pass.c index b7d3d69..598e43d 100644 --- a/1pass.c +++ b/1pass.c @@ -236,10 +236,7 @@ int main(int argc, char **argv) atexit(deinitLua); if (!initLua()) // this will move control to 1pass.lua - { - fprintf(stderr, "uhoh\n"); return 1; - } // if return 0; } // main