Skip to content

Commit f8cfac1

Browse files
committed
Preferences: remove modem debug
1 parent fbe81e2 commit f8cfac1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Preferences/src/Preferences.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Preferences::~Preferences() {
2828
bool Preferences::begin(const char * name, bool readOnly, const char* partition_label){
2929
string res = "";
3030
modem.begin();
31-
modem.debug(Serial,2);
3231
if (name != nullptr && strlen(name) > 0) {
3332
if (modem.write(string(PROMPT(_PREF_BEGIN)), res, "%s%s,%d,%s\r\n", CMD_WRITE(_PREF_BEGIN), name, readOnly, partition_label != NULL ? partition_label : "")) {
3433
return (atoi(res.c_str()) != 0) ? true : false;

0 commit comments

Comments
 (0)