Skip to content

Commit 1614698

Browse files
committed
Stray prints
1 parent 6828b53 commit 1614698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

evadb/functions/simple_udf.py

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def _forward(row: pd.Series) -> np.ndarray:
6262
return ret
6363

6464
def set_udf(self, classname:str, filepath: str):
65-
print("lmaoaa: ", filepath)
6665
if f"{EvaDB_ROOT_DIR}/simple_udfs/" in filepath:
6766
f = open(f"{EvaDB_ROOT_DIR}/simple_udfs/Func_SimpleUDF", 'rb')
6867
self.udf = pickle.load(f)

0 commit comments

Comments
 (0)