Skip to content

Commit

Permalink
Remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Dec 31, 2018
1 parent e512cfb commit 3c4ada2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion signal/synthspec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ namespace libsignal
}
else if (key == "inputs")
{
printf("found inputs\n");
for (auto input_pair : value.object_items())
{
std::string input_key = input_pair.first;
Expand Down
2 changes: 1 addition & 1 deletion signal/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SIGNAL_VERSION "0.1.1"
#define SIGNAL_BUILD 571
#define SIGNAL_BUILD 572

0 comments on commit 3c4ada2

Please sign in to comment.