aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk6/hw6_directory/strap012_HW6B.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ee1301/wk6/hw6_directory/strap012_HW6B.cpp')
-rw-r--r--ee1301/wk6/hw6_directory/strap012_HW6B.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ee1301/wk6/hw6_directory/strap012_HW6B.cpp b/ee1301/wk6/hw6_directory/strap012_HW6B.cpp
index d53ea08..99b20cd 100644
--- a/ee1301/wk6/hw6_directory/strap012_HW6B.cpp
+++ b/ee1301/wk6/hw6_directory/strap012_HW6B.cpp
@@ -29,7 +29,6 @@ int ff(int x) {
}
} else {
// x is 1
- //std::cout << "Returning from ff(1) = 1\n";
return 1;
}
}