diff options
| author | root <[email protected]> | 2024-07-16 02:14:08 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-07-16 02:14:08 +0000 |
| commit | f9a498d6328c2b935f1178823270f1c0bf764331 (patch) | |
| tree | 1dafb2fd49303b657569ab4c2c1d64e81a9e11d5 /shaping/src/shaper.cpp | |
| parent | f234a3888717e448c3b9821ea82d44d16dbaee78 (diff) | |
revert debug code
Diffstat (limited to 'shaping/src/shaper.cpp')
| -rw-r--r-- | shaping/src/shaper.cpp | 1 |
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: |
