summaryrefslogtreecommitdiff
path: root/shaping/src/shaper.cpp
diff options
context:
space:
mode:
authorroot <[email protected]>2024-07-16 02:14:08 +0000
committerroot <[email protected]>2024-07-16 02:14:08 +0000
commitf9a498d6328c2b935f1178823270f1c0bf764331 (patch)
tree1dafb2fd49303b657569ab4c2c1d64e81a9e11d5 /shaping/src/shaper.cpp
parentf234a3888717e448c3b9821ea82d44d16dbaee78 (diff)
revert debug code
Diffstat (limited to 'shaping/src/shaper.cpp')
-rw-r--r--shaping/src/shaper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/shaping/src/shaper.cpp b/shaping/src/shaper.cpp
index 7938acf..ba8e1f0 100644
--- a/shaping/src/shaper.cpp
+++ b/shaping/src/shaper.cpp
@@ -813,7 +813,6 @@ void shaper_profile_hash_node_set(struct shaping_thread_ctx *ctx, struct shaping
static int shaping_swarmkv_is_too_short_interval(long long curr_time_ms, struct shaping_profile_info *profile, unsigned char direction)
{
long long last_failed_ms = 0;
- return 0;
switch (profile->type) {
case PROFILE_TYPE_GENERIC: