Skip to content

Commit 782eef3

Browse files
committed
remove debug line
1 parent 80b6a6e commit 782eef3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

symengine/lib/pywrapper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ void save_basic(cereal::PortableBinaryOutputArchive &ar, const Symbol &b)
327327

328328
std::string wrapper_dumps(const Basic &x)
329329
{
330-
std::cout << "qwe" << std::endl;
331330
std::ostringstream oss;
332331
unsigned short major = SYMENGINE_MAJOR_VERSION;
333332
unsigned short minor = SYMENGINE_MINOR_VERSION;

0 commit comments

Comments
 (0)