Skip to content

Commit

Permalink
Stray prints
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-peng committed Nov 26, 2023
1 parent 6828b53 commit 1614698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evadb/functions/simple_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def _forward(row: pd.Series) -> np.ndarray:
return ret

def set_udf(self, classname:str, filepath: str):
print("lmaoaa: ", filepath)
if f"{EvaDB_ROOT_DIR}/simple_udfs/" in filepath:
f = open(f"{EvaDB_ROOT_DIR}/simple_udfs/Func_SimpleUDF", 'rb')
self.udf = pickle.load(f)
Expand Down

0 comments on commit 1614698

Please sign in to comment.